-
-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Every time you start the container, the "peer-socket-tos": value in the settings.json file gets replaced by "le", even if you change it with the container stopped.
Expected Behavior
It should honor the settings.json value or have a way to pass the env variable.
Steps To Reproduce
- Shutdown container.
- Edit settings.json, replace "peer-socket-tos": "le" to "peer-socket-tos": "default" or other possible value
- Start container
- Check value in settings.json with container open
Environment
- OS: Raspberry Pi OS Bullseye (Stable)
- How docker service was installed: Official repoCPU architecture
arm64
Docker creation
version: "3"
services:
transmission:
image: lscr.io/linuxserver/transmission:latest
container_name: transmission
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- USER=*******
- PASS= *******
- WHITELIST=
- PEERPORT=*****
- HOST_WHITELIST=
volumes:
- /home/path/transmission:/config
- /home/path:/downloads
- /home/path/Watch:/watch
ports:
- 9091:9091
- *****:*****
restart: unless-stoppedContainer logs
[migrations] started
[migrations] no migrations found
-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/
Brought to you by linuxserver.io
-------------------------------------
To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------
User uid: 1000
User gid: 1000
-------------------------------------
[custom-init] No custom files found, skipping...
[ls.io-init] done.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels