File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- W9_REPO = bitnami /suitecrm
1+ W9_REPO = bitnamilegacy /suitecrm
22W9_DIST = ' community'
33W9_VERSION = ' 8.8.0'
44W9_POWER_PASSWORD = ' Lsm5lg!u1WjoT!hM'
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ services:
1717 - mariadb
1818
1919 mariadb :
20- image : mariadb:10.6
20+ image : bitnamilegacy/ mariadb:10.6
2121 container_name : $W9_ID-mariadb
2222 environment :
2323 - MARIADB_ROOT_PASSWORD=$W9_POWER_PASSWORD
2424 - MARIADB_DATABASE=suitecrm
2525 - MARIADB_USER=suitecrm
2626 - MARIADB_PASSWORD=$W9_POWER_PASSWORD
2727 volumes :
28- - mysql_data:/var/lib/mysql
28+ - mariadb_data:/bitnami/mariadb
2929 restart : unless-stopped
3030
3131networks :
@@ -34,5 +34,5 @@ networks:
3434 external : true
3535
3636volumes :
37- mysql_data :
38- suitecrm :
37+ mariadb_data :
38+ suitecrm :
You can’t perform that action at this time.
0 commit comments