config
This commit is contained in:
parent
656f75c9e2
commit
ec421605d7
@ -8,8 +8,6 @@ services:
|
||||
ports:
|
||||
- "8888:80"
|
||||
- "8443:443"
|
||||
command:
|
||||
- --configFile=/traefik.yml
|
||||
networks:
|
||||
- web
|
||||
- default
|
||||
|
@ -2,7 +2,8 @@
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
|
||||
asDefault: true
|
||||
|
||||
websecure:
|
||||
address: ":443"
|
||||
# http:
|
||||
|
Loading…
Reference in New Issue
Block a user