Fix Traefik

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2017-09-18 16:33:27 +02:00
parent 0d3934e9a6
commit 5cebacdd35
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ services:
container_name: mainflux-traefik
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- $PWD/traefik.toml:/var/traefik/traefik.toml
- $PWD/traefik.toml:/etc/traefik/traefik.toml
network_mode: bridge
ports:
- "3000:3000"