mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-04-17 07:55:12 +00:00
Cron container without restart policy. This can cause issues with permanent latest handshake and new version check.
This commit is contained in:
parent
904aa2ff07
commit
6ffa1abb15
@ -31,6 +31,7 @@ services:
|
||||
|
||||
wireguard-webadmin-cron:
|
||||
container_name: wireguard-webadmin-cron
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./cron
|
||||
dockerfile: Dockerfile-cron
|
||||
|
@ -30,6 +30,7 @@ services:
|
||||
|
||||
wireguard-webadmin-cron:
|
||||
container_name: wireguard-webadmin-cron
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./cron
|
||||
dockerfile: Dockerfile-cron
|
||||
|
@ -30,6 +30,7 @@ services:
|
||||
|
||||
wireguard-webadmin-cron:
|
||||
container_name: wireguard-webadmin-cron
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./cron
|
||||
dockerfile: Dockerfile-cron
|
||||
|
@ -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 *
|
Loading…
x
Reference in New Issue
Block a user