Skip to content

Instantly share code, notes, and snippets.

@codestation
Created November 13, 2018 22:49
Show Gist options
  • Save codestation/0fa72755cec0f44ed94f58917d266639 to your computer and use it in GitHub Desktop.
Save codestation/0fa72755cec0f44ed94f58917d266639 to your computer and use it in GitHub Desktop.
version: '2'
services:
app:
container_name: docker-node-mongo
restart: always
build: .
ports:
- '3001:3000'
networks:
- sharelatex_default
networks:
sharelatex_default:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment