github-ds/docker-compose.yml

9 строки
140 B
YAML

version: '3'
services:
mysql:
image: mysql:5.6
environment:
- MYSQL_ALLOW_EMPTY_PASSWORD=yes
ports:
- "3306:3306"