mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
Feat: update Image name to point to ghcr and opencloud changes
This commit is contained in:
@@ -11,8 +11,12 @@ AutoUpdate=registry
|
||||
# pass this to attach it to container
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/opencloud:/etc/opencloud
|
||||
Volume=${EXTERNAL_DIR}:/var/lib/opencloud
|
||||
# metadata and configuration store here
|
||||
Volume=%h/podman/opencloud/config:/etc/opencloud
|
||||
Volume=%h/podman/opencloud/data:/var/lib/opencloud
|
||||
|
||||
# actual data store here
|
||||
Volume=${EXTERNAL_DIR}:/var/lib/opencloud/storage/users/users
|
||||
|
||||
[Service]
|
||||
# pass this to autofill above variables
|
||||
|
||||
@@ -15,7 +15,7 @@ AutoUpdate=registry
|
||||
# pass this to attach it to container
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/opencloud:/etc/opencloud
|
||||
Volume=%h/podman/opencloud/config:/etc/opencloud
|
||||
|
||||
[Service]
|
||||
# pass this to autofill above variables
|
||||
|
||||
Reference in New Issue
Block a user