Fix Traefik
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
0d3934e9a6
commit
5cebacdd35
|
@ -18,7 +18,7 @@ services:
|
||||||
container_name: mainflux-traefik
|
container_name: mainflux-traefik
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /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
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|
Loading…
Reference in New Issue