Skip to content

Commit 8cf2a8c

Browse files
committed
changes
1 parent bd9567c commit 8cf2a8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker-compose.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ services:
1111
POSTGRES_DB: postgres
1212
volumes:
1313
- db_data:/var/lib/postgresql/data
14-
# healthcheck:
15-
# test: [ "CMD-SHELL", "pg_isready", "-d", "postgres" ]
16-
# interval: 10s
17-
# timeout: 60s
18-
# retries: 5
1914
pgbouncer:
2015
image: edoburu/pgbouncer:latest
2116
environment:

0 commit comments

Comments
 (0)