Skip to content

Commit

Permalink
fix: missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Apr 11, 2022
1 parent 16078bb commit 069bea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ $ docker pull ghcr.io/akafeng/frrouting

```bash
$ docker run -d \
--volume=/etc/swanctl/conf.d/:/etc/swanctl/conf.d/ \
--volume=/etc/frr/:/etc/frr/ \
--cap-add=NET_ADMIN \
--cap-add=SYS_ADMIN \
--network=host \
--restart=unless-stopped \
--name=frrouting \
Expand Down

0 comments on commit 069bea8

Please sign in to comment.