Skip to content

Instantly share code, notes, and snippets.

@Demacr
Created July 31, 2020 12:03
Show Gist options
  • Save Demacr/583fd14ab9a8b68f206344a81c3141ac to your computer and use it in GitHub Desktop.
Save Demacr/583fd14ab9a8b68f206344a81c3141ac to your computer and use it in GitHub Desktop.
Docker-compose memory limit
service:
someservice:
deploy:
resources:
limits:
cpus: '0.001'
memory: 50M
# --compatibitlity if set, Compose will attempt to convert deploy keys in v3 files to their non-Swarm equivalent
docker-compose --compatibility up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment