Fix typos and update credentials in .env and production.yml files

This commit is contained in:
2024-02-28 14:36:44 +08:00
parent 5e13f7795e
commit ae8e056cc4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ services:
dockerfile: ./compose/traefik/Dockerfile
image: traefik_production
container_name: traefik
retart: always
restart: always
volumes:
- "${LOG_PATH:-./logs}:/logs"
- "${ACME_PATH:-./acme.json}:/etc/traefik/acme/acme.json"