Skip to content

Commit

Permalink
Adds comments to docker-compose.yml file to change default passwords (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Oct 10, 2024
1 parent 3e0130d commit 22891ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "5432:5432"
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: dispatch
POSTGRES_PASSWORD: dispatch # Default password, change it
POSTGRES_DB: dispatch
volumes:
- postgres-data:/var/lib/postgresql/data
Expand All @@ -21,7 +21,7 @@ services:
- "5555:80"
environment:
PGADMIN_DEFAULT_EMAIL: [email protected]
PGADMIN_DEFAULT_PASSWORD: admin
PGADMIN_DEFAULT_PASSWORD: admin # Default password, change it
restart: unless-stopped

volumes:
Expand Down

0 comments on commit 22891ff

Please sign in to comment.