You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# WordPress-plugin random-quote-zitat-service, see https://github.com/muhme/quote_wordpress
#
FROM mariadb
RUN mkdir -p /docker-entrypoint-initdb.d && echo "CREATE DATABASE wp_min; grant all on wp_min.* to 'wordpress'@'%' identified by 'wordpress';" > /docker-entrypoint-initdb.d/wp_min.sql