1
0
Fork 0
harlequin-mysql/docker-compose.yml

10 lines
137 B
YAML
Raw Permalink Normal View History

services:
db:
image: mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: example
ports:
- 3306:3306