afcdan

Results 1 comments of afcdan

docker-compose file: version: "3.8" services: jf-vue: image: jellyfin/jellyfin-vue:unstable container_name: "jellyfin-vue-client" stdin_open: true tty: true ports: - 8282:80/tcp volumes: - /path/to/config/:/mnt/img restart: unless-stopped