Added mariadb
This commit is contained in:
10
mariadb-srv/project/entrypoint/entrypoint.sh
Normal file
10
mariadb-srv/project/entrypoint/entrypoint.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user