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