Change default PostgreSQL password to a placeholder
Updated the default PostgreSQL password in docker-compose.
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_DB=dociva
|
||||
- POSTGRES_USER=dociva
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-6x3PjV4ghRTQuZ3Q}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-your-secure-password-here}
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user