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

Docker Compose ERROR #155

Open
Fenizlater opened this issue Jun 2, 2024 · 1 comment
Open

Docker Compose ERROR #155

Fenizlater opened this issue Jun 2, 2024 · 1 comment

Comments

@Fenizlater
Copy link

Docker gives this error when i create container with docker compose and i dont know how is the failure, i create directory config and config.yml but the same error

someone knows what is the problem?

2024/06/02 09:14:06 [1;41m config [0m open /config/config.yml: no such file or directory
time=2024-06-02T09:14:06.510Z level=INFO msg="yt-dlp-webui started" address=0.0.0.0:3033
time=2024-06-02T09:14:06.511Z level=INFO msg="sucessfully persisted session"

@marcopeocchi
Copy link
Owner

Hello @Fenizlater,

it's not necessary creating the config.yml file.
Here's an example docker-compose.yml

services:
  yt-dlp-webui:
    image: marcobaobao/yt-dlp-webui
    ports:
      - 3033:3033
    volumes:
      - <your dir>:/downloads
      - /var/yt-dlp-webui/config:/config # replace /var/yt-dlp-webui/config with your directory
    restart: unless-stopped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants