@ -0,0 +1 @@
CREATE DATABASE IF NOT EXISTS test;
@ -5,6 +5,9 @@ services:
db:
image: mariadb
restart: always
command: --init-file /data/application/init.sql
volumes:
- ./init.sql:/data/application/init.sql
environment:
MYSQL_ROOT_PASSWORD: example
expose:
The note is not visible to the blocked user.