mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
fix docker-compose
This commit is contained in:
parent
4ba2be8622
commit
8d484b61db
@ -27,7 +27,7 @@ app.use(
|
||||
);
|
||||
|
||||
// ACME Challenge Validation.
|
||||
app.use(['/.well-known/acme-challenge/:token'], async (
|
||||
app.get('/.well-known/acme-challenge/:token', async (
|
||||
req: ExpressRequest,
|
||||
res: ExpressResponse
|
||||
) => {
|
||||
|
@ -150,6 +150,7 @@ services:
|
||||
{{ end }}
|
||||
env_file:
|
||||
- ./Common/.env
|
||||
- ./CommonServer/.env
|
||||
- ./CommonUI/.env
|
||||
- ./StatusPage/.env
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user