Updated restart policy for db container (#1026)

Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
Ahmad Farhat 2020-03-31 22:35:51 -04:00 committed by GitHub
parent 2395ea4d69
commit b8eddf73a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: