uodate build with http port for phpmyadmin

This commit is contained in:
2023-01-08 13:05:49 +01:00
parent 63107790b3
commit 0ab25b2de3
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -12,9 +12,10 @@ build_docker_image() {
run_docker_container() {
echo "Running..."
docker run -d \
docker run -it -d \
-p 3306:3306 \
-p 8080:80 \
-p 80:80 \
-v "$PWD/certs:/certs/" \
-e TZ="Europe/Vienna" \
-e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD="true" \
-e RUN_WEBSERVER="yes" \