Change name
This commit is contained in:
parent
e072474713
commit
f31fdf57a7
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
|
@ -6,6 +9,8 @@ services:
|
||||||
image: traefik:v2.5
|
image: traefik:v2.5
|
||||||
# Enables the web UI and tells Traefik to listen to docker
|
# Enables the web UI and tells Traefik to listen to docker
|
||||||
command: --api.insecure=true --providers.docker
|
command: --api.insecure=true --providers.docker
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
ports:
|
ports:
|
||||||
# The HTTP port
|
# The HTTP port
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
|
Reference in a new issue