Containerizes application #12

Merged
asohh merged 42 commits from container into main 2025-10-25 16:40:46 +02:00
Showing only changes of commit bb8c48d75b - Show all commits

added skip-ssl

asohh 2025-10-11 19:38:34 +02:00

View file

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