AURCache Stack: add cpu limit env var
This commit is contained in:
parent
4790284345
commit
7f894416e1
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ services:
|
|||
- DB_USER=aurcache
|
||||
- DB_PWD=${DB_PASSWORD:-password}
|
||||
- DB_HOST=dbhost
|
||||
- CPU_LIMIT=${CPU_LIMIT:-0}
|
||||
networks:
|
||||
aurcache_network:
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue