Skip to content

Commit

Permalink
listmonk: make db restart value to unless-stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
aydenjahola committed Feb 23, 2024
1 parent 3b5de8f commit ea9c9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/listmonk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_DB=${POSTGRES_DB}
restart: always
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -U listmonk"]
interval: 10s
Expand Down

0 comments on commit ea9c9b7

Please sign in to comment.