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:
|
||||
- postgres_data:/data/postgres
|
||||
ports:
|
||||
- "${POSTGRES_PORT}:5432"
|
||||
- "${POSTGRES_PORT:-5432}:5432"
|
||||
networks:
|
||||
- postgres
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user