blaise-io / acelink

Play Ace Streams on macOS using Docker.
MIT License
747 stars 49 forks source link

Using the custom file acestream.conf #90

Open litio2001 opened 4 weeks ago

litio2001 commented 4 weeks ago

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