We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1794a56 commit cfccd94Copy full SHA for cfccd94
{{cookiecutter.project_slug}}/docker-compose.shared.admin.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
services:
3
pgadmin:
4
- image: fenglc/pgadmin4
+ image: dpage/pgadmin4
5
depends_on:
6
- db
7
env_file:
{{cookiecutter.project_slug}}/env-pgadmin.env
@@ -1,2 +1,3 @@
-PG_ADMIN_DEFAULT_USER={{cookiecutter.pgadmin_default_user}}
+PGADMIN_LISTEN_PORT=5050
+PG_ADMIN_DEFAULT_EMAIL={{cookiecutter.pgadmin_default_user}}
PG_ADMIN_DEFAULT_PASSWORD={{cookiecutter.pgadmin_default_user_password}}
0 commit comments