Rename traefik.env into .env
This commit is contained in:
parent
d311153320
commit
5c40d97fbe
|
@ -2,4 +2,4 @@
|
|||
|
||||
/config
|
||||
tunnel-options.sh
|
||||
traefik/traefik.env
|
||||
traefik/.env
|
||||
|
|
|
@ -6,7 +6,7 @@ services:
|
|||
container_name: traefik
|
||||
restart: always
|
||||
env_file:
|
||||
- ./traefik.env
|
||||
- ./.env
|
||||
networks:
|
||||
- webgateway
|
||||
command: --acme.email=${ACME_MAIL} --docker.domain=${TRAEFIK_DOMAIN}
|
||||
|
|
Loading…
Reference in New Issue