fix docker-compose

This commit is contained in:
Simon Larsen 2022-12-05 13:25:07 +05:30
parent 4ba2be8622
commit 8d484b61db
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
2 changed files with 2 additions and 1 deletions

View File

@ -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
) => {

View File

@ -150,6 +150,7 @@ services:
{{ end }}
env_file:
- ./Common/.env
- ./CommonServer/.env
- ./CommonUI/.env
- ./StatusPage/.env