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

[Bug] Transmission stops working #1980

Open
etanois opened this issue Aug 29, 2024 · 0 comments
Open

[Bug] Transmission stops working #1980

etanois opened this issue Aug 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@etanois
Copy link

etanois commented Aug 29, 2024

Could you help me?
I installed CasaOs on a Rasp 5, installed PiHole and Unbound, everything was perfect.
When I install Transmission it doesn't work, sometimes it works for a while and then stops again.
It seems he loses communication with the internet
name: transmission
services:
transmission:
cpu_shares: 90
command: []
container_name: transmission
deploy:
resources:
limits:
memory: 8052M
reservations:
memory: "67108864"
environment:
- PASS=casaos
- PEERPORT=51413
- PGID=1000
- PUID=1000
- TZ=Europe/London
- USER=casaos
hostname: transmission
image: linuxserver/transmission:4.0.4
labels:
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/icon.png
ports:
- target: 9091
published: "9091"
protocol: tcp
- target: 51413
published: "51413"
protocol: tcp
- target: 51413
published: "51413"
protocol: UDP
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/transmission/config
target: /config
- type: bind
source: /DATA/Downloads
target: /downloads
- type: bind
source: /DATA/Downloads/watch
target: /watch
Could you help me find out where the problem is?

@etanois etanois added the bug Something isn't working label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant