We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Current compose file.
version: "2.1" services: ytdlp2strm: image: fe80grau/ytdlp2strm container_name: ytdlp2strm environment: - AM_I_IN_A_DOCKER_CONTAINER=Yes - DOCKER_PORT=5000 volumes: - /media/union/youtube:/media - ytdlp2strm-data:/opt/ytdlp2STRM ports: - 5000:5000 restart: always
volumes: ytdlp2strm-data:
Sorry, something went wrong.
Yes, sorry, the Python image is at the wrong version, I updated again with python:3.12.5, please check the latest image again.
Working now!
fe80Grau
No branches or pull requests
The text was updated successfully, but these errors were encountered: