Fixes for package discovery

This commit is contained in:
David Bomba
2023-07-06 14:51:50 +10:00
parent acdd6851ff
commit fefc51ccf1
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ services:
- "in5.localhost:192.168.0.124 " #host and ip
db:
image: mariadb:10.6
image: mysql:8
# 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