Skip to content

Commit 6308845

Browse files
authored
Merge pull request #1946 from lyj-ChilDa/dev2
Update suitecrm
2 parents 0ae54c8 + 8439b14 commit 6308845

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/suitecrm/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
W9_REPO=bitnami/suitecrm
1+
W9_REPO=bitnamilegacy/suitecrm
22
W9_DIST='community'
33
W9_VERSION='8.8.0'
44
W9_POWER_PASSWORD='Lsm5lg!u1WjoT!hM'

apps/suitecrm/docker-compose.yml

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

3131
networks:
@@ -34,5 +34,5 @@ networks:
3434
external: true
3535

3636
volumes:
37-
mysql_data:
38-
suitecrm:
37+
mariadb_data:
38+
suitecrm:

0 commit comments

Comments
 (0)