Skip to content

Commit

Permalink
Expose data storage port 9160
Browse files Browse the repository at this point in the history
Required for TUS uploads that talk directly to the data provider
  • Loading branch information
PVince81 committed Jun 3, 2020
1 parent 6be95eb commit d244746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/eos-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
stdin_open: true
ports:
- 9200:9200
- 9160:9160
env_file:
- ./config/eos-docker.env
hostname: ocis
Expand Down

0 comments on commit d244746

Please sign in to comment.