fix postgres
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${DB_PASS}
|
||||
POSTGRES_DB: ${DB_NAME}
|
||||
volumes:
|
||||
- pg_data:/var/lib/postgresql/data
|
||||
- ./pg_data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5433:5432"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user