fix
This commit is contained in:
parent
483ecdbcc1
commit
b565efac6f
@ -9,13 +9,12 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
- default
|
- default
|
||||||
- host
|
ports:
|
||||||
#ports:
|
|
||||||
# The HTTP port
|
# The HTTP port
|
||||||
# - "1080:80"
|
- "1080:80"
|
||||||
# - "1443:443"
|
- "1443:443"
|
||||||
# The Web UI (enabled by --api.insecure=true)
|
# The Web UI (enabled by --api.insecure=true)
|
||||||
# - "8088:8080"
|
- "8088:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /volume1/docker/traefik/conf/traefik.yml:/etc/traefik/traefik.yml
|
- /volume1/docker/traefik/conf/traefik.yml:/etc/traefik/traefik.yml
|
||||||
- /volume1/docker/traefik/conf/rules.yaml:/etc/traefik/rules.yaml
|
- /volume1/docker/traefik/conf/rules.yaml:/etc/traefik/rules.yaml
|
||||||
@ -43,6 +42,3 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
host:
|
|
||||||
external: true
|
|
||||||
name: host
|
|
Loading…
x
Reference in New Issue
Block a user