mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
фиксация
This commit is contained in:
parent
f0e9e87a1c
commit
b63c9a8913
4 changed files with 4 additions and 4 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- name: Prepare image tags
|
- name: Prepare image tags
|
||||||
id: image-tags
|
id: image-tags
|
||||||
run: |
|
run: |
|
||||||
base=ngoduykhanh/wireguard-ui
|
base=yaestray/wireguard-ui
|
||||||
app_version=dev
|
app_version=dev
|
||||||
|
|
||||||
## Set git tag as image tag
|
## Set git tag as image tag
|
||||||
|
|
|
@ -15,7 +15,7 @@ services:
|
||||||
- ./config:/etc/wireguard
|
- ./config:/etc/wireguard
|
||||||
|
|
||||||
wireguard-ui:
|
wireguard-ui:
|
||||||
image: ngoduykhanh/wireguard-ui:latest
|
image: yaestray/wireguard-ui:latest
|
||||||
container_name: wireguard-ui
|
container_name: wireguard-ui
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
|
@ -15,7 +15,7 @@ services:
|
||||||
- "51820:51820/udp"
|
- "51820:51820/udp"
|
||||||
|
|
||||||
wireguard-ui:
|
wireguard-ui:
|
||||||
image: ngoduykhanh/wireguard-ui:latest
|
image: yaestray/wireguard-ui:latest
|
||||||
container_name: wireguard-ui
|
container_name: wireguard-ui
|
||||||
depends_on:
|
depends_on:
|
||||||
- wireguard
|
- wireguard
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wireguard-ui:
|
wireguard-ui:
|
||||||
image: ngoduykhanh/wireguard-ui:latest
|
image: yaestray/wireguard-ui:latest
|
||||||
container_name: wireguard-ui
|
container_name: wireguard-ui
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
Loading…
Add table
Reference in a new issue