This repository has been archived on 2023-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PassManager/database/Dockerfile
T
StNicolay c2eca49933 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/
2022-12-15 15:13:39 +00:00

4 lines
54 B
Docker

FROM mariadb
COPY mariadb.cnf /etc/mysql/mariadb.cnf