Jan Steffen

Results 1 comments of Jan Steffen

@kencyong We managed to get a working arm compatible mariadb container with the following config: ``` database: type: compose services: image: mariadb:latest command: docker-entrypoint.sh mariadbd volumes: - data_volume:/var/lib/mysql/data restart: always...