Skip to content

Commit

Permalink
Merge pull request #3 from named-data/bulk-insert
Browse files Browse the repository at this point in the history
compose: enable TCP bulk insert for repo
  • Loading branch information
tianyuan129 authored Oct 12, 2024
2 parents 0686583 + 1787c5e commit 75a872d
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 @@ -141,6 +141,8 @@ services:
- /run/nfd:/run/nfd:ro
- ${PWD}/dist/ndn-python-repo:/config
- ${PWD}/dist/ndn-python-repo/repo.conf:/config/repo.conf:ro
ports:
- 7378:7378
environment:
HOME: /config
restart: unless-stopped
Expand Down

0 comments on commit 75a872d

Please sign in to comment.