mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
Update README.md with new path to bird.ctl
The default path for bird.ctl is apparently /run/bird/bird.ctl now
b0c3c286a5
This commit is contained in:
parent
d52ff3fe6d
commit
546b386ec6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue