fix bad usage of interactive shell docker

This commit is contained in:
Luis Guzmán 2025-01-21 00:46:18 -06:00
parent 39d1890ee8
commit 79fc0de403
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ if [ ! "$(docker ps -q -f name=etherpad)" ]; then
-e "DB_NAME=$ETHERPAD_DB_NAME" \
-e "DB_USER=$ETHERPAD_DB_USER" \
-e "DB_PASS=$ETHERPAD_DB_PASS" \
-i -t etherpad/etherpad
etherpad/etherpad
fi
# Tune webserver for Jitsi App control