forked from External/greenlight
Updated restart policy for db container (#1026)
Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
parent
2395ea4d69
commit
b8eddf73a9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue