fixes for build

This commit is contained in:
David Bomba
2023-07-06 14:05:41 +10:00
parent 6ff8e04aa7
commit acdd6851ff

View File

@@ -41,7 +41,7 @@ services:
- "in5.localhost:192.168.0.124 " #host and ip
db:
image: mysql:8
image: mariadb:10.6
# When running on ARM64 use MariaDB instead of MySQL
# image: mariadb:10.4
# For auto DB backups comment out image and use the build block below