refactor: Replaces PASSWD with PASSWORD

This commit is contained in:
Vincent Mahnke 2025-10-11 21:48:07 +02:00
commit 285de74afa
10 changed files with 23 additions and 27 deletions

View file

@ -5,7 +5,7 @@ COPY ./data_init/*.sql /var/sunders/init.sql
CMD mariadb --host="$MYSQL_HOST" \
--user="$CAMERA_USER" \
--password="$CAMERA_USER_PASSWD" \
--password="$CAMERA_USER_PASSWORD" \
--skip-ssl \
${MYSQL_DB:+--database="$MYSQL_DB"} \
< "/var/sunders/init.sql"