You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FROM mariadb:latest
|
|
ADD ds52-course.sql /docker-entrypoint-initdb.d/ds52-course.sql
|
|
ENV MARIADB_PASSWORD="course"
|
|
ENV MARIADB_USER="course"
|
|
ENV MARIADB_ROOT_PASSWORD="ds52-course-root"
|
|
ENV MARIADB_DATABASE="course"
|