Created
June 24, 2020 15:21
-
-
Save marvinsjsu/f71d4f6c9acd2b9dd2ccc203178d0f23 to your computer and use it in GitHub Desktop.
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: "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