mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Use volume declaration rather local volume mounts
This commit is contained in:
parent
b741a915ae
commit
e819e1ce9f
1 changed files with 6 additions and 2 deletions
|
@ -11,5 +11,9 @@ services:
|
|||
options:
|
||||
max-size: 50m
|
||||
volumes:
|
||||
- ./db:/app/db
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
- wgdb:/app/db
|
||||
- wgconf:/etc/wireguard
|
||||
|
||||
volumes:
|
||||
wgdb:
|
||||
wgconf:
|
||||
|
|
Loading…
Add table
Reference in a new issue