Switched to building an image localy instead of using one from docker hub
Added database folder Created Dockerfile and config for mariadb image Moved data folder tp database/data/
This commit is contained in:
3
database/Dockerfile
Normal file
3
database/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM mariadb
|
||||
|
||||
COPY mariadb.cnf /etc/mysql/mariadb.cnf
|
Reference in New Issue
Block a user