einrücken angepasst

This commit is contained in:
Czechman 2022-11-27 03:48:02 +01:00
parent a405845371
commit dde357b636
1 changed files with 6 additions and 7 deletions

View File

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