You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-08 14:22:20 +03:00
Update PostgreSQL volume path in setup documentation for 18+
This commit is contained in:
committed by
GitHub
parent
487fa6d31b
commit
bfcd057755
@@ -136,7 +136,7 @@ services:
|
|||||||
POSTGRES_PASSWORD: 'npmpass'
|
POSTGRES_PASSWORD: 'npmpass'
|
||||||
POSTGRES_DB: 'npm'
|
POSTGRES_DB: 'npm'
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres:/var/lib/postgresql/data
|
- ./postgresql:/var/lib/postgresql
|
||||||
```
|
```
|
||||||
|
|
||||||
::: warning
|
::: warning
|
||||||
|
|||||||
Reference in New Issue
Block a user