docs(docker-compose): add restart policy to postgres in basic example
This commit is contained in:
committed by
GitHub
parent
26d9195d21
commit
19f72e8ea2
@@ -21,6 +21,7 @@ services:
|
|||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=miniflux
|
- POSTGRES_USER=miniflux
|
||||||
- POSTGRES_PASSWORD=secret
|
- POSTGRES_PASSWORD=secret
|
||||||
|
|||||||
Reference in New Issue
Block a user