mirror of
https://github.com/cooderl/wewe-rss.git
synced 2026-08-28 23:15:10 +08:00
12 lines
234 B
YAML
12 lines
234 B
YAML
services:
|
|
mysql:
|
|
image: mysql:latest
|
|
command: --default-authentication-plugin=mysql_native_password
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: 123456
|
|
TZ: 'Asia/Shanghai'
|
|
ports:
|
|
- 3306:3306
|
|
volumes:
|
|
mysql:
|