networks hochgezogen

This commit is contained in:
Czechman 2022-11-27 04:00:12 +01:00
parent 00771d17c9
commit 8f96e2d3d7
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,9 @@
version: '3' version: '3'
networks:
traefik:
external: true
services: services:
reverse-proxy: reverse-proxy:
# The official v2 Traefik docker image # The official v2 Traefik docker image
@ -24,6 +28,3 @@ services:
- /docker/traefik_v2x/config/traefik.toml:/etc/traefik/traefik.toml - /docker/traefik_v2x/config/traefik.toml:/etc/traefik/traefik.toml
- /docker/traefik_v2x/config/acme.json:/acme.json - /docker/traefik_v2x/config/acme.json:/acme.json
networks:
traefik:
external: true