PFC200V3 with MySQL

Some problems with manifest. We need to add:

--platform=linux/arm/v7

So in summary, you can use this run command:

docker run -d --restart always --name mysql -p 3306:3306 --platform=linux/arm/v7 -v /etc/localtime:/etc/localtime -v /media/sd/mysql:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=wago biarms/mysql

This time I checked if its working, it is :wink: