File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ PMA_PORT="3306"
3232MAX_EXECUTION_TIME = " 3600"
3333MEMORY_LIMIT = " 2G"
3434UPLOAD_LIMIT = " 250M"
35+ PMA_ARBITRARY = " 1"
36+ HIDE_PHP_VERSION = " true"
3537PMA_PMADB = " ${ BRAND } _phpmyadmin"
3638PMA_CONTROLUSER = " ${ BRAND } _phpmyadmin"
3739
@@ -45,7 +47,7 @@ VARNISH_CACHE_SIZE="1G"
4547OPENSEARCH_VERSION = " 2.14.0"
4648OPENSEARCH_DASHBOARDS_PORT = " 10525"
4749
48- RABBITMQ_VERSION = " 3.13.3 "
50+ RABBITMQ_VERSION = " 3.13"
4951NODE_VERSION = " 18.20.3"
5052
5153ROOT_PATH = " /home/${ BRAND } "
Original file line number Diff line number Diff line change @@ -404,7 +404,10 @@ services:
404404 phpmyadmin :
405405 image : phpmyadmin:fpm-alpine
406406 container_name : ${BRAND}-phpmyadmin
407+ hostname : phpmyadmin
407408 environment :
409+ - PMA_ARBITRARY
410+ - HIDE_PHP_VERSION
408411 - PMA_HOST
409412 - PMA_PORT
410413 - MAX_EXECUTION_TIME
@@ -420,6 +423,8 @@ services:
420423 condition : service_healthy
421424 nginx :
422425 condition : service_started
426+ ports :
427+ - " 127.0.0.1:9001:9001"
423428 volumes :
424429 - phpmyadmin:/var/www/html
425430 cpu_shares : 614
You can’t perform that action at this time.
0 commit comments