port 5434
This commit is contained in:
@@ -64,6 +64,8 @@ services:
|
|||||||
POSTGRES_DB: ${POSTGRES_DB:-greenlns}
|
POSTGRES_DB: ${POSTGRES_DB:-greenlns}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-greenlns}
|
POSTGRES_USER: ${POSTGRES_USER:-greenlns}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?POSTGRES_PASSWORD is required}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:?POSTGRES_PASSWORD is required}
|
||||||
|
ports:
|
||||||
|
- "5434:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user