Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhupfauer authored Dec 13, 2021
1 parent 0a0c860 commit 81e9e5c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
image: traefik:latest
container_name: traefik
command:
- --api=true
- --api.insecure=true
# - --api=true
# - --api.insecure=true
- --providers.docker=true
- --providers.docker.exposedByDefault=false
- --providers.docker.network=proxy
Expand All @@ -27,7 +27,7 @@ services:
- 53:53/tcp
- 80:80
- 443:443
- 8080:8080
# - 8080:8080
env_file: traefik.env
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
Expand Down Expand Up @@ -141,7 +141,6 @@ services:
networks:
proxy:
driver: bridge
name: proxy
driver_opts:
com.docker.network.driver.mtu: 1450
host:
external: true

0 comments on commit 81e9e5c

Please sign in to comment.