mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-23 23:16:27 +08:00
7 lines
111 B
Text
7 lines
111 B
Text
|
FROM mariadb:10.8
|
||
|
|
||
|
ENV MYSQL_DATABASE=db
|
||
|
ENV MYSQL_ROOT_PASSWORD=123
|
||
|
|
||
|
ADD init.sql /docker-entrypoint-initdb.d
|