We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f49cea commit 17d495aCopy full SHA for 17d495a
1 file changed
docker-compose-traefik.yml
@@ -6,7 +6,7 @@ services:
6
volumes:
7
- mongodb_data:/data/db
8
traefik:
9
- image: "traefik:v2.0.0-rc3"
+ image: "traefik"
10
container_name: "traefik"
11
command:
12
- "--api.insecure=true"
@@ -15,7 +15,6 @@ services:
15
- "--entrypoints.web.address=:80"
16
ports:
17
- "80:80"
18
- - "8080:8080"
19
20
- "/var/run/docker.sock:/var/run/docker.sock:ro"
21
rabbitmq:
0 commit comments