Skip to content

Commit

Permalink
add back named volume
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhl8 committed Feb 28, 2022
1 parent cd80111 commit 81634a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ services:
- "51820:51820/udp"
devices:
- "/dev/net/tun:/dev/net/tun"

# shared volumes with the host
volumes:
wg-access-server-data:
driver: local
4 changes: 4 additions & 0 deletions docs/deployment/2-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ services:
- "51820:51820/udp"
devices:
- "/dev/net/tun:/dev/net/tun"

volumes:
wg-access-server-data:
driver: local
```

0 comments on commit 81634a4

Please sign in to comment.