File tree Expand file tree Collapse file tree 4 files changed +8
-15
lines changed
Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 11TimeZone = America/New_York
2- LSWS_VERSION = 6.3.2
2+ LSWS_VERSION = 6.3.4
33PHP_VERSION = lsphp83
4+ PHPMYADMIN_VERSION = 5.2.3
5+ MYSQL_ROOT_PASSWORD = your_root_password
46MYSQL_DATABASE = magento
5- MYSQL_ROOT_PASSWORD = password
67MYSQL_USER = magento
7- MYSQL_PASSWORD = password
8+ MYSQL_PASSWORD = your_password
89DOMAIN = localhost
Original file line number Diff line number Diff line change @@ -42,14 +42,7 @@ verify_phpadmin(){
4242 else
4343 echo ' [X] http://localhost:8080/'
4444 exit 1
45- fi
46- curl -sIk https://localhost:8443/ | grep -i phpMyAdmin
47- if [ ${?} = 0 ]; then
48- echo ' [O] http://localhost:8443/'
49- else
50- echo ' [X] http://localhost:8443/'
51- exit 1
52- fi
45+ fi
5346}
5447
5548main (){
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ PLUGINLIST="litespeed-cache.zip"
1313THEME=' twentytwenty'
1414LSDIR=' /usr/local/lsws'
1515MA_COMPOSER=' /usr/local/bin/composer'
16- MA_VER=' 2.4.7 '
16+ MA_VER=' 2.4.8 '
17171818APP_ACCT=' '
1919APP_PASS=' '
Original file line number Diff line number Diff line change @@ -34,10 +34,9 @@ services:
3434 networks :
3535 - default
3636 phpmyadmin :
37- image : bitnami /phpmyadmin:5.2.2
37+ image : phpmyadmin /phpmyadmin:${PHPMYADMIN_VERSION}
3838 ports :
39- - 8080:8080
40- - 8443:8443
39+ - 8080:80
4140 environment :
4241 DATABASE_HOST : mysql
4342 restart : always
You can’t perform that action at this time.
0 commit comments