add nginx with phpMyAdmin

This commit is contained in:
2022-12-04 03:42:24 +01:00
parent c0e6f9aac5
commit 63107790b3
6 changed files with 233 additions and 7 deletions
+2
View File
@@ -14,8 +14,10 @@ run_docker_container() {
echo "Running..."
docker run -d \
-p 3306:3306 \
-p 8080:80 \
-e TZ="Europe/Vienna" \
-e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD="true" \
-e RUN_WEBSERVER="yes" \
"$DOCKER_IMAGE_NAME":"$GIT_BRANCH"
}