uodate build with http port for phpmyadmin
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
certs/
|
||||||
@@ -12,9 +12,10 @@ build_docker_image() {
|
|||||||
|
|
||||||
run_docker_container() {
|
run_docker_container() {
|
||||||
echo "Running..."
|
echo "Running..."
|
||||||
docker run -d \
|
docker run -it -d \
|
||||||
-p 3306:3306 \
|
-p 3306:3306 \
|
||||||
-p 8080:80 \
|
-p 80:80 \
|
||||||
|
-v "$PWD/certs:/certs/" \
|
||||||
-e TZ="Europe/Vienna" \
|
-e TZ="Europe/Vienna" \
|
||||||
-e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD="true" \
|
-e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD="true" \
|
||||||
-e RUN_WEBSERVER="yes" \
|
-e RUN_WEBSERVER="yes" \
|
||||||
|
|||||||
Reference in New Issue
Block a user