22 라인
458 B
INI
22 라인
458 B
INI
|
|
[Unit]
|
||
|
|
Name=nextcloud
|
||
|
|
|
||
|
|
[Container]
|
||
|
|
ContainerName=nextcloud
|
||
|
|
Image=docker.io/library/nextcloud:latest
|
||
|
|
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
|