Added mariadb

This commit is contained in:
eroncero
2025-08-04 11:43:29 +02:00
parent 8eec361aa7
commit 3d04ad8b25
5 changed files with 46 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
/bin/sh /entrypoint/fix_volumes.sh
service mariadb start
# Run the CMD that was passed (or default)
#exec "$@"
tail -f /dev/null