host internal parameter

This commit is contained in:
Max Buz
2025-01-29 15:09:10 +01:00
committed by GitHub
parent ac797e94c5
commit 58ff9d7ea9

View File

@@ -10,7 +10,8 @@ services:
PGADMIN_DEFAULT_PASSWORD: ${PASSWORD} PGADMIN_DEFAULT_PASSWORD: ${PASSWORD}
volumes: volumes:
- pgadmin-data:/var/lib/pgadmin - pgadmin-data:/var/lib/pgadmin
network_mode: "host" extra_hosts:
- "host.docker.internal:host-gateway"
volumes: volumes:
pgadmin-data: pgadmin-data: