Skip to content

Commit

Permalink
adding local build version of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jyucsiro committed Feb 14, 2019
1 parent f1db041 commit 66cc386
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.localsissvoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3"
services:
tomcat:
image: tomcat:8-jre8
ports:
- "8080:8080"
volumes:
- "./sissvoc.war:/usr/local/tomcat/webapps/sissvoc.war"

0 comments on commit 66cc386

Please sign in to comment.