Skip to content

Commit 363f963

Browse files
port 5432
1 parent 166c112 commit 363f963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
command: ["-c", "shared_buffers=8GB", "-c", "max_connections=200", "-c", "work_mem=30MB", "-c", "logging_collector=on", "-c", "log_statement=all", "-c", "log_directory=/var/log/postgresql/"]
3030
container_name: bag3d-data-postgresql-${BAG3D_DOCKER_IMAGE_TAG}
3131
healthcheck:
32-
test: ["CMD-SHELL", "pg_isready -d ${BAG3D_PG_DATABASE} -U {BAG3D_PG_USER} -p {BAG3D_PG_PORT_ON_HOST}"]
32+
test: ["CMD-SHELL", "pg_isready -d ${BAG3D_PG_DATABASE} -U {BAG3D_PG_USER} -p 5432"]
3333
interval: 3s
3434
retries: 20
3535
shm_size: '1gb'

0 commit comments

Comments
 (0)