Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the custom file acestream.conf #90

Open
litio2001 opened this issue Jun 6, 2024 · 0 comments
Open

Using the custom file acestream.conf #90

litio2001 opened this issue Jun 6, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@litio2001
Copy link

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

@litio2001 litio2001 added the help wanted Extra attention is needed label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants