Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Elkins
/
wewe-rss
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3e18095
wewe-rss
/
docker-compose.dev.yml
Elkins
Upload 84 files
ca668ce
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
234 Bytes
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: