1
0
Fork 0
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:
Erik 2023-08-23 15:49:37 +02:00 committed by GitHub
parent d52ff3fe6d
commit 546b386ec6
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: