mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
Whatever will be, will be 8{
This commit is contained in:
22
nextcloud/nextcloud_imaginary.container
Normal file
22
nextcloud/nextcloud_imaginary.container
Normal file
@@ -0,0 +1,22 @@
|
||||
[Unit]
|
||||
Description=Nextcloud Imaginary Container
|
||||
|
||||
[Container]
|
||||
ContainerName=nextcloud_imaginary
|
||||
Image=docker.io/nextcloud/aio-imaginary
|
||||
Exec="/start.sh -enable-url-source -cors -return-size"
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
# capabilities
|
||||
AddCapability=CAP_SYS_NICE
|
||||
Environment=PORT=11000
|
||||
PublishPort=11000:11000
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
TimeoutStartSec=300
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user