don't destroy containers before starting the service

This commit is contained in:
Markus 2024-11-20 18:17:47 +01:00
parent 92000b5fbe
commit e45e331b03
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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