add mem limit for transmission
This commit is contained in:
parent
5d068218a4
commit
506aad3da5
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ services:
|
||||||
- "traefik.http.routers.torrent.entrypoints=web"
|
- "traefik.http.routers.torrent.entrypoints=web"
|
||||||
- "traefik.http.services.torrent.loadbalancer.server.port=9091"
|
- "traefik.http.services.torrent.loadbalancer.server.port=9091"
|
||||||
- "docker.group=torrent"
|
- "docker.group=torrent"
|
||||||
|
mem_limit: 512m
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
|
|
Loading…
Reference in a new issue