Posts by Gabriel Henrique • 21 points
2 posts
-
0
votes1
answer239
viewsA: Error running Docker-Compose up to bring up traefik
[Resolved] What I did: version: "3.3" services: traefik: image: "traefik:v2.0.0-rc3" container_name: "traefik" command: - "--api.insecure=true" - "--providers.docker=true" -…
-
2
votes1
answer239
viewsQ: Error running Docker-Compose up to bring up traefik
After mounting the Docker-Compose.yml as follows: version: '3' services: proxy: image: traefik command: --web --docker --docker.domain=docker.localhost --logLevel=DEBUG networks: - webgateway ports:…