Mise à jour de 'docker-compose.yml'

This commit is contained in:
Julien Leicher 2023-04-27 14:09:01 +02:00
parent cf8b4e8157
commit b4caa02baf

View File

@ -21,9 +21,8 @@ services:
image: dpage/pgadmin4:7.0
environment:
- PGADMIN_DEFAULT_PASSWORD=pgpa55word
- PGADMIN_DEFAULT_EMAIL=pgapp
- PGADMIN_LISTEN_PORT=8888
- PGADMIN_DEFAULT_EMAIL=pgapp@example.com
ports:
- "8888:8888"
- "8888:80"
volumes:
dbdata: