File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11TimeZone = America/New_York
22OLS_VERSION = 1.8.3
33PHP_VERSION = lsphp83
4+ PHPMYADMIN_VERSION = 5.2.3
45MYSQL_DATABASE = wordpress
56MYSQL_ROOT_PASSWORD = password
67MYSQL_USER = wordpress
Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ services:
3737 networks :
3838 - default
3939 phpmyadmin :
40- image : bitnami/phpmyadmin:5.2.2
40+ image : phpmyadmin/phpmyadmin:${PHPMYADMIN_VERSION}
41+ env_file :
42+ - .env
4143 ports :
42- - 8080:8080
43- - 8443:8443
44+ - 8080:80
4445 environment :
45- DATABASE_HOST : mysql
46+ PMA_HOST : mysql
4647 restart : always
4748 networks :
4849 - default
@@ -52,7 +53,7 @@ services:
5253 driver : none
5354 # command: redis-server --requirepass 8b405f60665e48f795752e534d93b722
5455 volumes :
55- - ./redis/data:/var/lib/redis
56+ - ./redis/data:/data
5657 - ./redis/redis.conf:/usr/local/etc/redis/redis.conf
5758 environment :
5859 - REDIS_REPLICATION_MODE=master
You can’t perform that action at this time.
0 commit comments