Skip to content

Instantly share code, notes, and snippets.

@RobDWaller
Created August 6, 2019 08:22
Show Gist options
  • Save RobDWaller/1033d24a4888036a77cf61a6dc3a873b to your computer and use it in GitHub Desktop.
Save RobDWaller/1033d24a4888036a77cf61a6dc3a873b to your computer and use it in GitHub Desktop.
Persistent Docker Node Environment
version: "3"
services:
node:
image: node:12
volumes:
- .:/var/www/html
working_dir: /var/www/html
tty: true
ports:
- "1234:1234"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment