21 lines
433 B
YAML
21 lines
433 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/digikam
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.7.0@sha256:56450e6e51bdf95f4f78f620fdf9ca8b22208b3977913b65b6b399e8b0944a7b
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10033
|
|
targetPort: 3000
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|