mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
Fix Docker volume path
This commit is contained in:
parent
a3bea16923
commit
eb8802b453
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ services:
|
||||||
db:
|
db:
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/postgres
|
- "db_data:/var/lib/postgresql/data"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue