Changed container name
This commit is contained in:
parent
6763a5ec11
commit
d810517c27
1 changed files with 4 additions and 5 deletions
|
@ -99,12 +99,11 @@ services:
|
||||||
aliases:
|
aliases:
|
||||||
- adminer
|
- adminer
|
||||||
|
|
||||||
#####################
|
#######################
|
||||||
## Proxy container ##
|
## Traefik container ##
|
||||||
#####################
|
#######################
|
||||||
#####################
|
|
||||||
## https://www.digitalocean.com/community/tutorials/how-to-use-traefik-as-a-reverse-proxy-for-docker-containers-on-ubuntu-16-04
|
## https://www.digitalocean.com/community/tutorials/how-to-use-traefik-as-a-reverse-proxy-for-docker-containers-on-ubuntu-16-04
|
||||||
proxy:
|
traefik:
|
||||||
image: traefik:alpine
|
image: traefik:alpine
|
||||||
# command: --api --docker --docker.domain=docker.localhost --logLevel=DEBUG
|
# command: --api --docker --docker.domain=docker.localhost --logLevel=DEBUG
|
||||||
command: --api --docker --logLevel=ERROR
|
command: --api --docker --logLevel=ERROR
|
||||||
|
|
Loading…
Reference in a new issue