Skip to content

Commit

Permalink
add the cap_add to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Mar 10, 2020
1 parent 922b41a commit 6a8ca7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
# context: .
image: place1/wg-access-server
container_name: wg-access-server
cap_add:
- NET_ADMIN
volumes:
- "wg-access-server-data:/data"
# - "config.yaml/config.yaml" # if you have a custom confg file
Expand Down

0 comments on commit 6a8ca7a

Please sign in to comment.