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

Nothing is happening when I run the image #13

Open
the-lazy-fox opened this issue Mar 12, 2021 · 0 comments
Open

Nothing is happening when I run the image #13

the-lazy-fox opened this issue Mar 12, 2021 · 0 comments

Comments

@the-lazy-fox
Copy link

Hi,
I'm running the image with the following docker-compose file on my Synology NAS DS916+ but nothing is happening. No logs and config file remains empty.
Any ideas?

version: "2.3"
services: 
 rtorrent-flood-openvpn:
    container_name: seeding-extra-tmp
    image: h1f0x/rtorrent-flood-openvpn:latest
    restart: unless-stopped
    ports:
      - 50000:50000
      - 33370:80
    environment:
     - PUID=1026
     - PGID=100
     - TZ=Europe/Paris
    volumes:
     - /volume1/docker/seeding/config:/config
     - /volumeUSB1/usbshare1-2:/output/complete:ro
    cap_add:
      - NET_ADMIN
    sysctls:
      - net.ipv6.conf.all.disable_ipv6=0
    security_opt:
      - label:disable
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

1 participant