mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
feat: moved shared volume in pod in nextcloud
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user