Change MYSQL5 to MYSQL5-Debian so that build works for the backup cronjob

This commit is contained in:
Jonathan Starck
2022-07-20 18:06:34 +02:00
parent aab280dcc1
commit 1d97234b51
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ services:
- "in5.localhost:192.168.0.124 " #host and ip
db:
image: mysql:5
image: mysql:5-debian
# 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