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:
|
options:
|
||||||
max-size: 50m
|
max-size: 50m
|
||||||
volumes:
|
volumes:
|
||||||
- ./db:/app/db
|
- wgdb:/app/db
|
||||||
- /etc/wireguard:/etc/wireguard
|
- wgconf:/etc/wireguard
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
wgdb:
|
||||||
|
wgconf:
|
||||||
|
|
Loading…
Add table
Reference in a new issue