library/docker-compose.yml

9 lines
190 B
YAML
Raw Normal View History

2021-06-26 18:08:35 +00:00
version: "3.8"
services:
mysql:
image: mysql:5.7
2021-07-02 22:13:58 +00:00
ports:
- 3306:3306
2021-06-26 18:08:35 +00:00
environment:
2021-07-03 14:58:45 +00:00
- MYSQL_ROOT_PASSWORD=KigYBNCT9IU5XyB3ehzMLFWyI # for dev testing only, obviously.