Skip to content

Commit

Permalink
chore: use example.org email address
Browse files Browse the repository at this point in the history
  • Loading branch information
rwd committed Oct 26, 2023
1 parent d2806d7 commit 54fc84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
depends_on:
- postgres
environment:
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:-pgadmin@localhost}
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:-pgadmin@example.org}
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-pgadmin-password}
PGADMIN_DISABLE_POSTFIX: 1
PGADMIN_LISTEN_PORT: 8080
Expand Down

0 comments on commit 54fc84f

Please sign in to comment.