parent
a4e7ae9ec1
commit
89cab71539
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ services:
|
||||||
CONDUWUIT_LOG: warn,state_res=warn
|
CONDUWUIT_LOG: warn,state_res=warn
|
||||||
CONDUWUIT_ADDRESS: 0.0.0.0 # because in a container
|
CONDUWUIT_ADDRESS: 0.0.0.0 # because in a container
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- path: .env
|
||||||
|
required: false
|
||||||
|
|
||||||
#cpuset: "0-4" # Uncomment to limit to specific CPU cores
|
#cpuset: "0-4" # Uncomment to limit to specific CPU cores
|
||||||
ulimits: # conduwuit uses quite a few file descriptors, and on some systems it defaults to 1024, so you can tell docker to increase it
|
ulimits: # conduwuit uses quite a few file descriptors, and on some systems it defaults to 1024, so you can tell docker to increase it
|
||||||
nofile:
|
nofile:
|
||||||
|
|
Loading…
Add table
Reference in a new issue