Skip to content

Commit c409689

Browse files
authored
Merge pull request #462 from amahuli03/bugfix-duplicate-healthchecks-docker-compose
Fix: duplicate healthcheck key in docker-compose db service
2 parents 01ccf9a + aa3efcd commit c409689

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
@@ -18,11 +18,6 @@ services:
1818
networks:
1919
app_net:
2020
ipv4_address: 192.168.0.2
21-
healthcheck:
22-
test: ["CMD-SHELL", "pg_isready -U balancer -d balancer_dev"]
23-
interval: 5s
24-
timeout: 5s
25-
retries: 5
2621

2722
pgadmin:
2823
image: dpage/pgadmin4

0 commit comments

Comments
 (0)