Skip to content

Commit

Permalink
Merge pull request #1 from Schnitzel/master
Browse files Browse the repository at this point in the history
Create docker-compose.yml
  • Loading branch information
pcambra authored Jun 7, 2017
2 parents 99cd552 + 24c5aed commit a28ad2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '2'
services:
saml:
build: .
network_mode: bridge
ports:
- "8080:8080"
- "9090:9090"

0 comments on commit a28ad2f

Please sign in to comment.