fix(Docker): Network should be external with docker compose 2.20.0

This commit is contained in:
2023-07-17 12:33:30 +02:00
parent d7206c92de
commit 0e06b651e8
16 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,7 @@ version: "3.8"
networks:
default:
name: ${TRAEFIK_NETWORK_NAME:-traefik}
external: true
# https://vikunja.io/docs/full-docker-example/#example-with-traefik-2