Skip to content

Instantly share code, notes, and snippets.

@amoe
Created February 18, 2019 10:56
Show Gist options
  • Save amoe/236e49f0cd4b1d57ef73def9027c9f2e to your computer and use it in GitHub Desktop.
Save amoe/236e49f0cd4b1d57ef73def9027c9f2e to your computer and use it in GitHub Desktop.
services:
web:
build: .
image: docker_bind_volume_demo
mem_limit: 4g
ports: ['49152']
volumes:
- ./mymodule:/mnt:ro
version: '2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment