feat: replaced nextcloud-entrypoint file to Entrypoint command in nextcloud.container

This commit is contained in:
coolnsx
2025-10-01 23:14:01 +05:30
parent f6b669ae56
commit 25823302fd
2 changed files with 1 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ After=nextcloud_db.service nextcloud_valkey.service
Pod=nextcloud.pod
ContainerName=nextcloud
Image=docker.io/library/nextcloud:fpm-alpine
Entrypoint=/nextcloud-entrypoint.sh
Entrypoint=["/bin/sh","-c","sed -i 's/www-data/1000/g' /entrypoint.sh && exec /entrypoint.sh php-fpm"]
# Enable auto-update container
AutoUpdate=registry