changed to host network for db build to bypass MTU drops

This commit is contained in:
2026-08-12 12:04:18 +01:00
parent dc8c45d492
commit 8bfd174eaf
+3 -1
View File
@@ -60,7 +60,9 @@ services:
ports:
- "${DOCKER_SERVICES_IP_BIND:-127.0.0.1}:6379:6379"
db:
build: ./docker/postgres
build:
context: ./docker/postgres
network: host
restart: "unless-stopped"
environment:
- "POSTGRES_USER=${POSTGRES_USER:-i-form-data-repository}"