Skip to content

Commit

Permalink
Expose ursadb, but only on localhost (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code authored May 19, 2020
1 parent 4328629 commit 914500f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
build:
context: ursadb/
dockerfile: Dockerfile
ports:
- "127.0.0.1:9281:9281"
volumes:
- "${SAMPLES_DIR}:/mnt/samples"
- "${INDEX_DIR}:/var/lib/ursadb"
Expand Down

0 comments on commit 914500f

Please sign in to comment.