mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: postgres data \ndifferencen
This commit is contained in:
parent
52a4934c8a
commit
4d37936413
@ -46,10 +46,10 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- pgdata:/var/lib/postgresql/data
|
- pgdata:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- PGDATA: /var/lib/postgresql/data
|
PGDATA: /var/lib/postgresql/data
|
||||||
- POSTGRES_USER: "plane"
|
POSTGRES_USER: plane
|
||||||
- POSTGRES_PASSWORD: "plane"
|
POSTGRES_PASSWORD: plane
|
||||||
- POSTGRES_DB: "plane"
|
POSTGRES_DB: plane
|
||||||
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
|
Loading…
Reference in New Issue
Block a user