fix(docker): add auto restart policy for postgres (#23)

This commit is contained in:
Nguyen Thanh Quang 2022-04-03 08:54:39 +07:00 committed by GitHub
parent f1901f78d4
commit 4a979e945f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ version: '3'
services:
postgres:
image: postgres
restart: unless-stopped
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres