Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 6baf708

Browse files
committed
Switch to official MariaDB image for databases
1 parent a8cb03e commit 6baf708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
command: ["bash", "-c", "whenavail silAuthDb 3306 60 ./run-idp.sh"]
131131

132132
silAuthDb:
133-
image: silintl/mariadb:latest
133+
image: mariadb:10
134134
ports:
135135
- "3306"
136136
environment:
@@ -170,7 +170,7 @@ services:
170170
command: ["bash", "-c", "whenavail brokerDb 3306 60 ./yii migrate --interactive=0 && ./run.sh"]
171171

172172
brokerDb:
173-
image: silintl/mariadb:latest
173+
image: mariadb:10
174174
ports:
175175
- "3306"
176176
environment:

0 commit comments

Comments
 (0)