remove restart options from compose file
This commit is contained in:
parent
35fb8ff2a3
commit
0185459082
@ -1,7 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
wireguard:
|
wireguard:
|
||||||
image: linuxserver/wireguard:latest
|
image: linuxserver/wireguard:latest
|
||||||
restart: unless-stopped
|
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
volumes:
|
volumes:
|
||||||
@ -13,7 +12,6 @@ services:
|
|||||||
image: ngoduykhanh/wireguard-ui:0.6.2
|
image: ngoduykhanh/wireguard-ui:0.6.2
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
restart: unless-stopped
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- wireguard
|
- wireguard
|
||||||
cap_add:
|
cap_add:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user