фиксация
This commit is contained in:
parent
f0e9e87a1c
commit
b63c9a8913
|
|
@ -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…
Reference in New Issue