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