- Image: linuxserver/transmission
- Container Name: transmission
- Restart Policy: unless-stopped
docker-compose up -d
This command will start the Transmission service in detached mode.
After starting the container, you can access the Transmission web interface
by navigating to http://<your-server-ip>:9091
in your web browser.
- Ensure the specified directories for volumes exist on your host machine.
- Adjust the USER and PASS environment variables to secure your Transmission web interface.
- Modify the PUID and PGID variables if necessary to match your system's user and group IDs.
- This configuration ensures a controlled resource usage for the Transmission service, providing a balance between performance and efficiency.
- The value 0.5 indicates a fraction of the total available CPU on the host. If your host has 4 CPUs, the container can use the equivalent of 2 CPUs (4 * 0.5).