Skip to content
New issue

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

Error after trying to deploy latest docker image #71

Closed
skijbal opened this issue Sep 3, 2024 · 3 comments
Closed

Error after trying to deploy latest docker image #71

skijbal opened this issue Sep 3, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@skijbal
Copy link

skijbal commented Sep 3, 2024

IMG_0048

@skijbal
Copy link
Author

skijbal commented Sep 3, 2024

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:

@fe80Grau
Copy link
Owner

fe80Grau commented Sep 3, 2024

Yes, sorry, the Python image is at the wrong version, I updated again with python:3.12.5, please check the latest image again.

@fe80Grau fe80Grau self-assigned this Sep 3, 2024
@fe80Grau fe80Grau added the bug Something isn't working label Sep 3, 2024
@skijbal
Copy link
Author

skijbal commented Sep 4, 2024

Working now!

@fe80Grau fe80Grau closed this as completed Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants