Created
August 2, 2020 17:12
-
-
Save bengrunfeld/1fd6c1ad357f692cd8afa5e2fb13b513 to your computer and use it in GitHub Desktop.
Docker Compose example
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: "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