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

pyload misses "services:" ? #2

Closed
hemertje opened this issue May 10, 2020 · 3 comments
Closed

pyload misses "services:" ? #2

hemertje opened this issue May 10, 2020 · 3 comments

Comments

@hemertje
Copy link

Hi Timo,

With your compose docker pyLoad misses the line "services:" ?

=> services:
  pyload: # pyload - download manager for your NAS
    image: linuxserver/pyload
    container_name: pyload
    environment:
      - PUID=${USER_ID}
      - PGID=${GROUP_ID}
      - TZ=Europe/Berlin
    volumes:
      - ${PATH_TO_DISK}/appdata:/config
      - ${PATH_TO_DISK}/downloads:/downloads
    ports:
      - 8088:8000
      - 7227:7227 #optional
    restart: unless-stopped
@timoknapp
Copy link
Owner

Hi @hemertje

Hm my master branch looks fine. Did you change anything in your file?

the pyload container is in the right level of the compose --> here

@hemertje
Copy link
Author

Hi Timo,

I think the mistakes was between the screen and my chair, me ;)

One answer of you from a few days ago was to re-run the stack to update it.

Therefore I choose to cut the compose into smaller stacks/containers, one for each container / app to have more controll for each application.
This is the reason I missed the "services:" header I guess...

PS. I thought pyLoad was sort of a nzb-loader.
I can add a file (+) but it only DL's the nzb file, not the refered package...
I guess I need another application for nzb?

@timoknapp
Copy link
Owner

I see. Yeah in order to download nzb, you need to choose maybe another tool

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