guacamole/init-postgresql.sh

2 lines
190 B
Bash
Raw Permalink Normal View History

2020-09-25 09:08:40 +00:00
docker exec -it $1 psql -U postgres -d $POSTGRES_DB -f /initdb.sql
docker exec -it $1 psql -U postgres -d $POSTGRES_DB -f /init-user.sql -v password=$POSTGRES_PASSWORD -v user=$POSTGRES_USER