add readme.md

This commit is contained in:
ManUtopiK 2022-10-20 17:50:40 +02:00
parent 40168a2e26
commit 7afb0426c2
3 changed files with 8 additions and 1 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# pgadmin
1. add new server
2. host is : postgres

View File

@ -6,7 +6,7 @@ services:
- PGADMIN_DEFAULT_EMAIL=${ADMIN_MAIL}
- PGADMIN_DEFAULT_PASSWORD=${PGADMIN_PASSWORD}
ports:
- "5050:80"
- 5050:80
restart: always
depends_on:
postgres:

View File

@ -4,6 +4,9 @@ services:
extends:
file: composes/postgres/compose.yml
service: postgres
# Expose port to external host
# ports:
# - 5432:5432
pgadmin:
extends: