Skip to content

Commit

Permalink
Upgrade nlsr to the latest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Pesa committed Jan 20, 2025
1 parent 982522b commit 6aa246e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ services:
- ${PWD}/dist/ndncert/site.ndncert:/certs/site.ndncert:ro
- ${PWD}/anchors:/keys/anchors:ro
entrypoint: /bin/bash
command: ['-c', 'ndn6-serve-certs /keys/anchors/*.base64 /certs/*.ndncert']
command: ['-c', 'ndn6-serve-certs /keys/anchors/*.base64 /certs/*.ndncert']
restart: unless-stopped
depends_on:
nfd: { condition: service_healthy }
logging:
driver: local

nlsr:
image: ghcr.io/named-data/nlsr:20240508
image: ghcr.io/named-data/nlsr:20250120
init: true
volumes:
- /run/nfd:/run/nfd:ro
Expand Down

0 comments on commit 6aa246e

Please sign in to comment.