use mariadb for arm64 support

This commit is contained in:
Maxi Quoß
2022-04-01 22:18:17 +02:00
parent cff1705a9f
commit daff99510f

View File

@@ -39,7 +39,7 @@ services:
interval: 10s
mysql:
container_name: upsnap_mysql
image: mysql
image: mariadb
restart: unless-stopped
ports:
- "3306:3306"