traefik network war nicht zugeordnet (kopf->tisch)

This commit is contained in:
Czechman 2022-11-27 03:45:09 +01:00
parent ed06d37a6c
commit a405845371
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
version: '3'
networks:
traefik:
external: true
services:
reverse-proxy:
# The official v2 Traefik docker image
@ -16,6 +20,8 @@ services:
- "443:443"
# The Web UI (enabled by --api.insecure=true)
- "8080:8080"
networks:
- traefik
volumes:
# So that Traefik can listen to the Docker events
- /var/run/docker.sock:/var/run/docker.sock