remove restart options from compose file

This commit is contained in:
brooke 2025-01-07 20:26:01 -06:00
parent 35fb8ff2a3
commit 0185459082

View File

@ -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: