5432
This commit is contained in:
parent
741c07ab3f
commit
995eea820e
|
|
@ -36,7 +36,7 @@ services:
|
||||||
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
|
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
|
||||||
POSTGRES_DB: mydb
|
POSTGRES_DB: mydb
|
||||||
ports:
|
ports:
|
||||||
- "5434:5432" # Optional: Host-Zugriff auf DB
|
- "5432:5432" # Optional: Host-Zugriff auf DB
|
||||||
volumes:
|
volumes:
|
||||||
- postgres-data:/var/lib/postgresql/data
|
- postgres-data:/var/lib/postgresql/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue