Fixed docker-compose bridge
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-01-28 21:27:30 +01:00
parent 3a9b6704cd
commit 0a744e5869

View file

@ -20,11 +20,12 @@ services:
environment:
- NODE_ENV=production
depends_on:
- mc-web
- web
dns:
- 8.8.8.8
- 1.1.1.1
network_mode: "bridge"
networks:
- web_traffic
networks:
web_traffic: