Update 'setup_pgadmin.sh'

This commit is contained in:
dimon 2023-07-20 20:48:33 +00:00
parent 69005866bd
commit 96b7e5f4af

View File

@ -12,6 +12,8 @@ sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https:
apt update
# Installation
export PGADMIN_SETUP_EMAIL="${PGADMIN_SETUP_EMAIL}"
export PGADMIN_SETUP_PASSWORD="${PGADMIN_SETUP_PASSWORD}"
apt install -y pgadmin4 pgadmin4-web
# Configure