mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-26 13:21:14 +00:00
Cron container without restart policy. This can cause issues with permanent latest handshake and new version check.
This commit is contained in:
@@ -31,6 +31,7 @@ services:
|
||||
|
||||
wireguard-webadmin-cron:
|
||||
container_name: wireguard-webadmin-cron
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./cron
|
||||
dockerfile: Dockerfile-cron
|
||||
|
Reference in New Issue
Block a user