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

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: