mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Add volume to proxstar-postgres
This commit is contained in:
parent
6ab066d5b6
commit
d36a5a3355
3 changed files with 8 additions and 2 deletions
|
|
@ -12,3 +12,9 @@ services:
|
|||
- 127.0.0.1:5432:5432
|
||||
environment:
|
||||
POSTGRES_PASSWORD: tits12348
|
||||
volumes:
|
||||
- type: volume
|
||||
source: proxstar-postgres
|
||||
target: /var/lib/postgresql/data
|
||||
volumes:
|
||||
proxstar-postgres:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue