Update compose.yaml
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.11
|
image: traefik:v2.11
|
||||||
container_name: traefik
|
#container_name: traefik
|
||||||
restart: unless-stopped
|
deploy:
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
command:
|
command:
|
||||||
# Providers
|
# Providers
|
||||||
- "--providers.docker=true"
|
- "--providers.swarm=true"
|
||||||
- "--providers.docker.exposedbydefault=false"
|
- "--providers.swarm.exposedbydefault=false"
|
||||||
|
|
||||||
# EntryPoints
|
# EntryPoints
|
||||||
- "--entrypoints.web.address=:80"
|
- "--entrypoints.web.address=:80"
|
||||||
|
|||||||
Reference in New Issue
Block a user