Update phpMyAdmin configuration and image version in docker-compose

This commit is contained in:
Anh Duc Le
2025-10-23 14:34:51 +07:00
parent fa3fe091ff
commit 533e28be9e
2 changed files with 7 additions and 5 deletions
+6 -5
View File
@@ -37,12 +37,13 @@ services:
networks:
- default
phpmyadmin:
image: bitnami/phpmyadmin:5.2.2
image: phpmyadmin/phpmyadmin:${PHPMYADMIN_VERSION}
env_file:
- .env
ports:
- 8080:8080
- 8443:8443
- 8080:80
environment:
DATABASE_HOST: mysql
PMA_HOST: mysql
restart: always
networks:
- default
@@ -52,7 +53,7 @@ services:
driver: none
# command: redis-server --requirepass 8b405f60665e48f795752e534d93b722
volumes:
- ./redis/data:/var/lib/redis
- ./redis/data:/data
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
environment:
- REDIS_REPLICATION_MODE=master