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.

Fixes issue #470.
merge-requests/488/head
Fabian P. Schmidt 2018-05-10 21:37:01 +02:00
parent 572a86a7cf
commit 589e9c64de
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_network_mysql
environment:
- MYSQL_DATABASE=network