1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

Merge pull request #48 from trubb/master-1

Update README.md with new path to bird.ctl
This commit is contained in:
Annika Hannig 2023-11-20 11:26:45 +01:00 committed by GitHub
commit fc7cf5be16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ You can run the birdwatcher for BIRD2 with docker:
docker pull alicelg/birdwatcher:latest
docker run -p 29184:29184 -v /var/run/bird.ctl:/usr/local/var/run/bird.ctl -it --rm birdwatcher:latest
docker run -p 29184:29184 -v /run/bird/bird.ctl:/run/bird/bird.ctl -it --rm birdwatcher:latest
Or build your own image: