Skip to content

Commit

Permalink
remove pgadmin_listening port
Browse files Browse the repository at this point in the history
chnage pgadmin_disable_postfix to variable
  • Loading branch information
smilerz committed Nov 20, 2023
1 parent 04197d4 commit 2dde19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/.apps/pgadmin/pgadmin.labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
com.dockstarter.appinfo.deprecated: "false"
com.dockstarter.appinfo.description: pgAdmin 4 is a web based administration tool for the PostgreSQL database.
com.dockstarter.appinfo.nicename: pgAdmin
com.dockstarter.appvars.pgadmin_disable_postfix: "True"
com.dockstarter.appvars.pgadmin_enabled: "false"
com.dockstarter.appvars.pgadmin_network_mode: ""
com.dockstarter.appvars.pgadmin_default_email: ""
com.dockstarter.appvars.pgadmin_default_password: ""
com.dockstarter.appvars.pgadmin_port_5050: "5050"
com.dockstarter.appvars.pgadmin_restart: unless-stopped
com.dockstarter.appvars.pgadmin_tag: "latest"
3 changes: 1 addition & 2 deletions compose/.apps/pgadmin/pgadmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ services:
environment:
- PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL}
- PGADMIN_DEFAULT_PASSWORD=${PGADMIN_DEFAULT_PASSWORD}
- PGADMIN_DISABLE_POSTFIX=True
- PGADMIN_LISTEN_PORT=5050
- PGADMIN_DISABLE_POSTFIX=${PGADMIN_DISABLE_POSTFIX}
- TZ=${TZ}
logging:
driver: json-file
Expand Down

0 comments on commit 2dde19d

Please sign in to comment.