mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-13 17:11:49 +00:00
13 lines
229 B
YAML
13 lines
229 B
YAML
version: '2'
|
|
services:
|
|
mysql-db:
|
|
image: mysql:latest
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=root
|
|
volumes:
|
|
- ./mysql/init:/docker-entrypoint-initdb.d
|
|
ports:
|
|
- "3306:3306"
|
|
expose:
|
|
- "3306"
|