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
Hi
I am trying to to use the Docker build, it seems to work but I cant figure out where it is downloading the file.
It is definetely not downloading them to "data/videos" It sure downloads them, I see them in the Ui.
Here is the relevant yaml File
version: '3.1' services: nginx: image: nginx:latest volumes: - ./docker/nginx:/etc/nginx/conf.d/ - ./app/YtManagerApp/static:/www/static - /media/O/MEDIA/YTSM_MEDIA:/www/media ports: - "8001:80" depends_on: - web web: build: . tty: true ports: - "8000:8000" volumes: - /opt/ytsm/config:/usr/src/ytsm/config - /media/O/MEDIA/YTSM_MEDIA/data:/usr/src/ytsm/data
So where is the downloaded files?
The text was updated successfully, but these errors were encountered:
I started from scratch., there are definetely no videos under "/media/O/MEDIA/YTSM_MEDIA/data/videos".
I think that there is an issue with volume mapping with this docker setup
Sorry, something went wrong.
I found the videos under
/media/DRIVE/docker/aufs/diff/01c7f4508303de82bad1f782f028163ca6f688c85744e15a9b6815dee530f99a/media/O/MEDIA/...........
No branches or pull requests
Hi
I am trying to to use the Docker build, it seems to work but I cant figure out where it is downloading the file.
It is definetely not downloading them to "data/videos" It sure downloads them, I see them in the Ui.
Here is the relevant yaml File
So where is the downloaded files?
The text was updated successfully, but these errors were encountered: