From 75b142fab2e03243b1fe733444398be89f137e48 Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:09:10 +0100 Subject: [PATCH] host internal parameter --- pgadmin/docker-compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pgadmin/docker-compose.yaml b/pgadmin/docker-compose.yaml index a5246a8..1608d72 100644 --- a/pgadmin/docker-compose.yaml +++ b/pgadmin/docker-compose.yaml @@ -10,7 +10,8 @@ services: PGADMIN_DEFAULT_PASSWORD: ${PASSWORD} volumes: - pgadmin-data:/var/lib/pgadmin - network_mode: "host" - + extra_hosts: + - "host.docker.internal:host-gateway" + volumes: pgadmin-data: \ No newline at end of file