mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-06-21 01:25:41 +02:00
postgres restart policy
This commit is contained in:
parent
cf9b7a9c10
commit
c55ab5d88e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
services:
|
||||
routerfleet-postgres:
|
||||
container_name: routerfleet-postgres
|
||||
restart: unless-stopped
|
||||
image: postgres:latest
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue