Skip to content

Commit

Permalink
fix readme example issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kking-biometrica committed Jun 7, 2021
1 parent 3920ec4 commit dfa4d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
- PGID=1000
- PEERS=0
volumes:
- ./config:/config
- ./config:/config:ro
ports:
- 51820:51820/udp
sysctls:
Expand All @@ -85,7 +85,7 @@ services:
- "wireguard"
restart: always
wg-monitor:
image: kking124/wireguard-monitor:1.0
image: kking124/wireguard-monitor
container_name: wireguard-monitor
security_opt:
- seccomp:unconfined # see parent image
Expand Down

0 comments on commit dfa4d2d

Please sign in to comment.