Skip to content

Commit 6a89419

Browse files
committed
fix: OpenFec resources
1 parent cc6621c commit 6a89419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/wafp/targets/catalog/open_fec/docker-compose.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ services:
2727
- .:/tmp
2828
ports:
2929
- "${PORT-3000}:${PORT-3000}"
30+
ulimits:
31+
nofile:
32+
soft: 65536
33+
hard: 65536
3034
depends_on:
3135
- db
3236
- elastic

0 commit comments

Comments
 (0)