Skip to content

Commit

Permalink
fix non starting postgres after restarts crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
laugustyniak committed Apr 12, 2024
1 parent 566593a commit ed7d44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ services:
- POSTGRES_DB=${POSTGRES_DB}
volumes:
- postgres-juddges-db:/var/lib/postgresql/data
restart: always
networks:
- juddges-network

Expand Down

0 comments on commit ed7d44c

Please sign in to comment.