Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Put the Scala Stream Collector on port 8080 in the Docker Compose exa…
Browse files Browse the repository at this point in the history
…mple (closes #70)
  • Loading branch information
BenFradet committed Jul 18, 2018
1 parent b136342 commit 731ad6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
depends_on:
- nsqd
ports:
- "80:80"
- "8080:8080"
volumes:
- ./scala-stream-collector-config:/snowplow/config
logging:
Expand Down
2 changes: 1 addition & 1 deletion example/scala-stream-collector-config/config.hocon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
collector {
interface = "0.0.0.0"
port = 80
port = 8080

p3p {
policyRef = "/w3c/p3p.xml"
Expand Down

0 comments on commit 731ad6f

Please sign in to comment.