Add volume configuration for PostgreSQL service in Docker Compose
This commit is contained in:
parent
d8f60f4017
commit
bf8161a7fb
1 changed files with 2 additions and 0 deletions
|
@ -37,3 +37,5 @@ services:
|
|||
image: postgres:17
|
||||
container_name: musik_postgres
|
||||
env_file: stack.env
|
||||
volumes:
|
||||
- /docker/musik/postgres:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue