Skip to content

Using the custom file acestream.conf #90

@litio2001

Description

@litio2001

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"

http://192.168.1.100:8621/app/monitor
imagen

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions