Skip to content

Commit

Permalink
build: fix central-db compose restart unless-stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 21, 2023
1 parent 951b35b commit f73c972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ services:
- "5434:5432"
networks:
- fmtm-net
restart: "on-failure:3"
restart: "unless-stopped"
healthcheck:
test: pg_isready -U ${CENTRAL_DB_USER} -d ${CENTRAL_DB_NAME}
start_period: 5s
Expand Down

0 comments on commit f73c972

Please sign in to comment.