mirror of
https://github.com/jlengrand/Exposed.git
synced 2026-03-10 15:49:39 +00:00
12 lines
191 B
YAML
12 lines
191 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
mysql8:
|
|
image: mysql:8.0
|
|
restart: always
|
|
ports:
|
|
- "3306"
|
|
environment:
|
|
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
|
MYSQL_DATABASE: 'testdb'
|