mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Remove npm package log and add wg config mountpoint
This commit is contained in:
parent
e680b803b0
commit
1992af5db5
2 changed files with 6 additions and 3429 deletions
|
@ -2,8 +2,10 @@ version: '3'
|
|||
|
||||
services:
|
||||
wg:
|
||||
# image: ngoduykhanh/wireguard-ui:latest
|
||||
image: wgui
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: ngoduykhanh/wireguard-ui:latest
|
||||
container_name: wgui
|
||||
ports:
|
||||
- 5000:5000
|
||||
|
@ -11,3 +13,5 @@ services:
|
|||
driver: json-file
|
||||
options:
|
||||
max-size: 50m
|
||||
volumes:
|
||||
- /etc/wireguard/wg0.conf:/etc/wireguard/wg0.conf
|
||||
|
|
3427
package-lock.json
generated
3427
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue