feat: moved shared volume in pod in nextcloud

This commit is contained in:
coolnsx
2025-04-15 15:33:19 +05:30
parent 57e1bafa0a
commit ff12aff1be
7 changed files with 8 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ Description=Nextcloud Imaginary Container
Pod=nextcloud.pod
ContainerName=nextcloud_imaginary
Image=docker.io/nextcloud/aio-imaginary
Exec=-enable-url-source -cors -return-size
Exec=-enable-url-source -cors
# Enable auto-update container
AutoUpdate=registry
@@ -15,6 +15,10 @@ AddCapability=CAP_SYS_NICE
# this does not map any uid from host as this fucker doesn't like it.
UserNS=auto
# disable healthcheck
HealthCmd=none
HealthInterval=disable
[Service]
Restart=always
TimeoutStartSec=300