2026-05-07 22:05:02 +02:00
|
|
|
[Unit]
|
|
|
|
|
Name=nextcloud
|
|
|
|
|
|
|
|
|
|
[Container]
|
|
|
|
|
ContainerName=nextcloud
|
2026-05-11 10:23:38 +02:00
|
|
|
Image=docker.io/nextcloud:latest
|
2026-05-07 22:05:02 +02:00
|
|
|
AutoUpdate=registry
|
|
|
|
|
Network=internal.network
|
|
|
|
|
|
|
|
|
|
PublishPort=8080:80
|
|
|
|
|
|
|
|
|
|
Volume=/srv/containers/nextcloud/config:/var/www/html/config
|
|
|
|
|
Volume=/srv/containers/nextcloud/custom_apps:/var/www/html/custom_apps
|
|
|
|
|
Volume=/srv/containers/nextcloud/data:/var/www/html/data
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
TimeoutStartSec=5m
|
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target default.target
|