Skip to content

Commit

Permalink
Updated restart policy for db container (bigbluebutton#1026)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Federico <[email protected]>
  • Loading branch information
farhatahmad and jfederico authored Apr 1, 2020
1 parent 2395ea4 commit b8eddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- db
db:
image: postgres:9.5
restart: on-failure
restart: unless-stopped
ports:
- 127.0.0.1:5432:5432
volumes:
Expand Down

0 comments on commit b8eddf7

Please sign in to comment.