diff --git a/roles/authentik/templates/authentik.service.j2 b/roles/authentik/templates/authentik.service.j2 index 7968a4f..e9b16d6 100644 --- a/roles/authentik/templates/authentik.service.j2 +++ b/roles/authentik/templates/authentik.service.j2 @@ -15,8 +15,6 @@ TimeoutStartSec=1200 WorkingDirectory=/opt/authentik -# Make sure no old containers are running -ExecStartPre=/usr/bin/docker-compose down -v # Update images ExecStartPre=-/usr/bin/docker-compose pull --quiet diff --git a/roles/hedgedoc/templates/hedgedoc.service.j2 b/roles/hedgedoc/templates/hedgedoc.service.j2 index 5cbdbda..74786b1 100644 --- a/roles/hedgedoc/templates/hedgedoc.service.j2 +++ b/roles/hedgedoc/templates/hedgedoc.service.j2 @@ -15,8 +15,6 @@ TimeoutStartSec=1200 WorkingDirectory=/opt/hedgedoc -# Make sure no old containers are running -ExecStartPre=/usr/bin/docker-compose down -v # Update images ExecStartPre=-/usr/bin/docker-compose pull --quiet diff --git a/roles/vaultwarden/templates/vaultwarden.service.j2 b/roles/vaultwarden/templates/vaultwarden.service.j2 index 067ab21..ab8094e 100644 --- a/roles/vaultwarden/templates/vaultwarden.service.j2 +++ b/roles/vaultwarden/templates/vaultwarden.service.j2 @@ -15,8 +15,6 @@ TimeoutStartSec=1200 WorkingDirectory=/opt/vaultwarden -# Make sure no old containers are running -ExecStartPre=/usr/bin/docker-compose down -v # Update images ExecStartPre=-/usr/bin/docker-compose pull --quiet