Skip to content

Commit

Permalink
added the missing attributes from the original docker command
Browse files Browse the repository at this point in the history
added --pids-limit 50 and -memory 256M from docker command
  • Loading branch information
techducks authored and tomsquest committed Aug 22, 2023
1 parent 06c75e0 commit db5cc0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ services:
- SETGID
- CHOWN
- KILL
deploy:
resources:
limits:
memory: 256M
pids: 50
healthcheck:
test: curl -f http://127.0.0.1:5232 || exit 1
interval: 30s
Expand Down

0 comments on commit db5cc0d

Please sign in to comment.