fix: postgres data volume path

This commit is contained in:
fankesyooni
2026-03-19 11:10:24 +08:00
parent 15896132ff
commit 1b782997ef
+1 -1
View File
@@ -150,7 +150,7 @@ services:
POSTGRES_PASSWORD: 'npmpass'
POSTGRES_DB: 'npm'
volumes:
- ./postgresql:/var/lib/postgresql
- ./postgres_data:/var/lib/postgresql/data
```
::: warning