Skip to content

Instantly share code, notes, and snippets.

@chathurangat
Last active March 1, 2018 16:37
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 chathurangat/2f8abbb205b34b31fd581f3b1dc8e93b to your computer and use it in GitHub Desktop.
Save chathurangat/2f8abbb205b34b31fd581f3b1dc8e93b to your computer and use it in GitHub Desktop.
version: '3'
services:
spring-boot-rest-api-app:
image: spring-boot-rest-docker-image
build:
context: ./
dockerfile: Dockerfile
ports:
- 8087:8080
volumes:
- /data/spring-boot-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment