Tuan Dinh
Results
1
comments of
Tuan Dinh
I have the same issue also, 504 quite often ``` version: '2.1' services: mysql_magento: image: 'mariadb:10.2' environment: - MYSQL_ROOT_PASSWORD=magento2 - MYSQL_DATABASE=magento2 - MYSQL_USER=magento2 - MYSQL_PASSWORD=magento2 volumes: - './.docker/mysql/:/var/lib/mysql' healthcheck: test:...