Skip to content

Commit

Permalink
Merge pull request #17 from jburel/ulimits
Browse files Browse the repository at this point in the history
Set up ulimits
  • Loading branch information
jburel committed Feb 13, 2024
2 parents be0b284 + c1672a3 commit faf748d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ services:
- "4064:4064"
volumes:
- "omero:/OMERO"
ulimits:
nofile:
soft: 8192
hard: 65536

omeroweb:
# This container uses the tag for the latest web release of OMERO 5
Expand Down

0 comments on commit faf748d

Please sign in to comment.