-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
When I have configured the acestream.conf file in the container with the idea of limiting the upload speed, I check on the status page that the parameter is configured, however the speed limit is not applied.
Paste my compose
version: '3.3'
services:
acelink:
image: blaiseio/acelink:2.1.0
container_name: acelink
mem_limit: 2g
cpu_shares: 768
tmpfs:
- /dev/disk/by-id:noexec,rw,size=4k
- /tmp/fs:noexec,rw,size=1024m
ports:
- 6878:6878
- 8621:8621
environment:
- TZ=Europe/Madrid
volumes:
- /volume1/docker/acelink/root/.ACEStream/:/root/.ACEStream
- /volume1/docker/acelink/acestream.conf:/opt/acestream/acestream.conf
- /volume1/docker/acelink/root/.ACEStream/sqlite:/root/.ACEStream/sqlite
- /volume1/docker/acelink/root/.ACEStream/logs:/root/.ACEStream/logs
restart: always
network_mode: "bridge"Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
