Created
January 29, 2018 08:32
-
-
Save bduisenov/15ac2c942126fec73b0bd47d834db780 to your computer and use it in GitHub Desktop.
Run in docker with memlimit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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