We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ed267 commit 6d4186aCopy full SHA for 6d4186a
tools/docker-dev/sql/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y \
5
mariadb-server \
6
mariadb-client \
7
apache2 \
8
- php8.3 \ # https://bugs.launchpad.net/bugs/2016016
+ php8.3 \
9
phpmyadmin
10
RUN sed -i '/bind-address/c\bind-address = 0.0.0.0' /etc/mysql/mariadb.conf.d/50-server.cnf
11
COPY bootstrap.sql /tmp/bootstrap.sql
0 commit comments