1
0
Fork 0

docker-compose: Update mariadb image to 10.3

The image `mariadb:5.5` (currently 5.5.60) seems to be broken.

See also the same issue & commit in satnogs-network:
589e9c64de
merge-requests/224/head
Fabian P. Schmidt 2018-07-20 00:08:02 +02:00 committed by Corey Shields
parent e58d2aed2f
commit 71d7f03899
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3.1'
services:
db:
image: mariadb:5.5
image: mariadb:10.3
container_name: satnogs_db_mysql
environment:
- MYSQL_DATABASE=satnogsdb