Skip to content

Instantly share code, notes, and snippets.

@bduisenov
Created January 29, 2018 08:32
Show Gist options
  • Save bduisenov/15ac2c942126fec73b0bd47d834db780 to your computer and use it in GitHub Desktop.
Save bduisenov/15ac2c942126fec73b0bd47d834db780 to your computer and use it in GitHub Desktop.
Run in docker with memlimit
version: "2.1"
services:
inspector:
image: swift:4.0.2
working_dir: /app
command: .build/debug/Run
ports:
- "8080:8080"
volumes:
- ./:/app
mem_limit: 10m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment