Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Created August 2, 2020 17:12
Show Gist options
  • Save bengrunfeld/1fd6c1ad357f692cd8afa5e2fb13b513 to your computer and use it in GitHub Desktop.
Save bengrunfeld/1fd6c1ad357f692cd8afa5e2fb13b513 to your computer and use it in GitHub Desktop.
Docker Compose example
version: "2"
services:
web:
build:
context: .
dockerfile: Dockerfile
container_name: web
ports:
- "4000:4000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment