Skip to content

Commit

Permalink
compose with proper service names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 28, 2019
1 parent 69e1b0d commit 7d249e9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 78 deletions.
109 changes: 33 additions & 76 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
build: ./tests
links:
- splunk
syslog-ng:
sc4s:
image: rfaircloth/scs:develop
build: ./package
hostname: syslog-ng
hostname: sc4s
ports:
- "514"
- "601"
Expand Down

0 comments on commit 7d249e9

Please sign in to comment.