Update docker-compose.yml

This commit is contained in:
David Bomba
2022-07-25 08:58:43 +10:00
committed by GitHub
parent 97d339df4e
commit 4b82f750fc

View File

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