Skip to content

Instantly share code, notes, and snippets.

@marvinsjsu
Created June 24, 2020 15:21
Show Gist options
  • Save marvinsjsu/f71d4f6c9acd2b9dd2ccc203178d0f23 to your computer and use it in GitHub Desktop.
Save marvinsjsu/f71d4f6c9acd2b9dd2ccc203178d0f23 to your computer and use it in GitHub Desktop.
version: "3"
services:
app:
build: .
ipc: host
hostname: let-me-in
container_name: welcome
volumes:
- ./src:/app/src
- /var/run/docker.sock:/var/run/docker.sock
networks:
default:
external:
name: gatekeeper_default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment