Skip to content

Commit f5caa0b

Browse files
authored
Update docker-compose.yml
1 parent 574e628 commit f5caa0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)