docker-yes音乐网站

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

version: ‘3.1’

services: #yes音乐网站
yesplaymusic:
image: fogforest/yesplaymusic:latest
ports:
- ‘7001:80’

feishin:
    container_name: feishin
    image: 'ghcr.io/jeffvli/feishin:latest'
    environment:
        - SERVER_NAME=jellyfin # pre defined server name
        - SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled
        - SERVER_TYPE=jellyfin # navidrome also works
        - SERVER_URL= # http://address:port
        - PUID=1000
        - PGID=1000
        - UMASK=002
        - TZ=America/Los_Angeles
    ports:
        - 7002:9180
    restart: unless-stopped