Skip to content

Instantly share code, notes, and snippets.

@ikasamt
Created January 24, 2019 10:35
Show Gist options
  • Save ikasamt/521736e95369dd76ae7a5a6e48a7ae21 to your computer and use it in GitHub Desktop.
Save ikasamt/521736e95369dd76ae7a5a6e48a7ae21 to your computer and use it in GitHub Desktop.
cat <<EOF > docker-compose.yaml
version: '2'
services:
app:
build: ./dockerfiles/app
ports:
- "3001:3001"
volumes:
- ./var/log/:/var/log/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment