This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
whoogle [2021/08/28 12:58] – alexk7110 | whoogle [2021/08/28 14:58] (current) – alexk7110 | ||
---|---|---|---|
Line 3: | Line 3: | ||
<code yaml docker-compose.yml> | <code yaml docker-compose.yml> | ||
--- | --- | ||
+ | # You cant use mem_limit in a 3.x docker-compose file in non swarm mode | ||
+ | # see https:// | ||
+ | |||
version: " | version: " | ||
Line 11: | Line 14: | ||
restart: unless-stopped | restart: unless-stopped | ||
pids_limit: 50 | pids_limit: 50 | ||
- | mem_limit: 256mb | + | |
- | memswap_limit: | + | |
# user debian-tor from tor package | # user debian-tor from tor package | ||
user: ' | user: ' |