Skip to content

[BUG] "peer-socket-tos": defaults to "le" #226

@ghost

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 repo

CPU 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-stopped

Container 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions