Restructured sample .env file, switched database to biarms/mysql

This commit is contained in:
2024-11-17 09:58:56 +02:00
parent 0a497f5a69
commit 708b65be30
2 changed files with 8 additions and 3 deletions

View File

@ -22,7 +22,8 @@ x-environment:
services:
# MySQL Database
mysql:
image: mysql:5.5
# The biarms/mysql Docker image supports ARM machines; you may also use mysql:5.5
image: biarms/mysql:5.5
restart: on-failure
environment:
# Password for root access