Skip to content

Commit 84ef657

Browse files
authored
🐛 Fix local Traefik proxy network config to fix Gateway Timeouts (#1184)
1 parent 8882dc5 commit 84ef657

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.override.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ services:
3636
# Dummy https-redirect middleware that doesn't really redirect, only to
3737
# allow running it locally
3838
- traefik.http.middlewares.https-redirect.contenttype.autodetect=false
39+
networks:
40+
- traefik-public
41+
- default
3942

4043
db:
4144
restart: "no"

0 commit comments

Comments
 (0)