Cron container without restart policy. This can cause issues with permanent latest handshake and new version check.

This commit is contained in:
Eduardo Silva 2024-03-14 09:58:17 -03:00
parent 904aa2ff07
commit 6ffa1abb15
4 changed files with 4 additions and 1 deletions

View file

@ -129,6 +129,6 @@ STATICFILES_DIRS = [
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
WIREGUARD_WEBADMIN_VERSION = 9603
WIREGUARD_WEBADMIN_VERSION = 9604
from wireguard_webadmin.production_settings import *