diff --git a/README.md b/README.md index 08afc88..8a3123a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ services: - ./quarantine:/quarantine tmpfs: - /tmp + deploy: + resources: + limits: + cpus: '0.50' # Limit to 50% of a CPU + memory: 512M # Limit to 512 megabytes ``` Put this container in the crontab