Browse Source

🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#1184)

pull/13907/head
Joel Gotsch 1 year ago
committed by GitHub
parent
commit
84ef657406
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      docker-compose.override.yml

3
docker-compose.override.yml

@ -36,6 +36,9 @@ services:
# Dummy https-redirect middleware that doesn't really redirect, only to
# allow running it locally
- traefik.http.middlewares.https-redirect.contenttype.autodetect=false
networks:
- traefik-public
- default
db:
restart: "no"

Loading…
Cancel
Save