library/docker-compose.yml

9 lines
190 B
YAML
Raw Permalink Normal View History

2021-06-26 18:08:35 +00:00
version: "3.8"
services:
mysql:
2023-10-27 02:01:19 +00:00
image: mysql:8.2
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.