mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 14:40:13 -08:00
fix: set default value for POSTGRES_PORT in docker-compose.yml
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/data/postgres
|
- postgres_data:/data/postgres
|
||||||
ports:
|
ports:
|
||||||
- "${POSTGRES_PORT}:5432"
|
- "${POSTGRES_PORT:-5432}:5432"
|
||||||
networks:
|
networks:
|
||||||
- postgres
|
- postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user