Skip to content

Commit

Permalink
fix traefik option syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Mar 4, 2021
1 parent 12fe841 commit d4c661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
traefik:
image: traefik:1.7-alpine
restart: always
command: --acme.email ${ACME_EMAIL} --docker.domain ${DOCKER_DOMAIN}
command: --acme.email=${ACME_EMAIL} --docker.domain=${DOCKER_DOMAIN}
ports:
- 80:80
- 443:443
Expand Down

0 comments on commit d4c661a

Please sign in to comment.