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
Good night,
I have start play around with add rtorrent/rutorrent bad get all the time bad gateway, please anyone can check code?
rutorrent: image: linuxserver/rutorrent container_name: rutorrent restart: always ports: - 88:80 - 5000:5000 - 51413:51413 - 6881:6881/udp volumes: - /etc/localtime:/etc/localtime:ro - /var/run/docker.sock:/var/run/docker.sock - ${USERDIR}/media/:/media - ${USERDIR}/downloads:/data/watch - ${USERDIR}/downloads/completed:/data/completed - ${USERDIR}/downloads/incomplete:/data/incomplete - ${USERDIR}/docker/rutorrent/config:/config - ${USERDIR}/docker/shared:/shared environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - RUTORRENT_INCOMPLETE_DIR=/downloads/incomplete - RUTORRENT_INCOMPLETE_DIR_ENABLED=true - RUTORRENT_WATCH_DIR=/downloads - RUTORRENT_WATCH_DIR_ENABLED=true - RUTORRENT_DOWNLOAD_DIR=/downloads/completed networks: - web labels: - "traefik.enable=true" - "traefik.backend=rutorrent"
- "traefik.frontend.rule=Host:${DOMAINNAME}; PathPrefixStrip: /rutorrent" - "traefik.port=80" - "traefik.docker.network=web" - "traefik.frontend.headers.SSLRedirect=true" - "traefik.frontend.headers.STSSeconds=315360000" - "traefik.frontend.headers.browserXSSFilter=true" - "traefik.frontend.headers.contentTypeNosniff=true" - "traefik.frontend.headers.forceSTSHeader=true" - "traefik.frontend.headers.SSLHost=example.com" - "traefik.frontend.headers.STSIncludeSubdomains=true" - "traefik.frontend.headers.STSPreload=true" - "traefik.frontend.headers.frameDeny=true"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Good night,
I have start play around with add rtorrent/rutorrent bad get all the time bad gateway, please anyone can check code?
rutorrent:
image: linuxserver/rutorrent
container_name: rutorrent
restart: always
ports:
- 88:80
- 5000:5000
- 51413:51413
- 6881:6881/udp
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- ${USERDIR}/media/:/media
- ${USERDIR}/downloads:/data/watch
- ${USERDIR}/downloads/completed:/data/completed
- ${USERDIR}/downloads/incomplete:/data/incomplete
- ${USERDIR}/docker/rutorrent/config:/config
- ${USERDIR}/docker/shared:/shared
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- RUTORRENT_INCOMPLETE_DIR=/downloads/incomplete
- RUTORRENT_INCOMPLETE_DIR_ENABLED=true
- RUTORRENT_WATCH_DIR=/downloads
- RUTORRENT_WATCH_DIR_ENABLED=true
- RUTORRENT_DOWNLOAD_DIR=/downloads/completed
networks:
- web
labels:
- "traefik.enable=true"
- "traefik.backend=rutorrent"
- "traefik.frontend.rule=Host:portainer.${DOMAINNAME}"
The text was updated successfully, but these errors were encountered: