Skip to content

Instantly share code, notes, and snippets.

@hakaneroztekin
Last active June 16, 2022 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakaneroztekin/8576cf3acfcae666a3396e0d1c518f30 to your computer and use it in GitHub Desktop.
Save hakaneroztekin/8576cf3acfcae666a3396e0d1c518f30 to your computer and use it in GitHub Desktop.
docker-compose-basic [docker in a nutshell]
version: "3.7"
services:
backend-service:
build: . # where Dockerfile is located
ports:
- "4000:8080" # port mapping (hostPort:containerPort)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment