diff --git a/docker-compose.yaml b/docker-compose.yaml index 065f442..5fde90c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,7 +23,7 @@ services: volumes: - postgres-data:/var/lib/postgresql/data ports: - - "10.0.0.108:5432:5432" + - "5432:5432" healthcheck: test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER}"] interval: 10s