24 lines
461 B
YAML
24 lines
461 B
YAML
|
image:
|
||
|
repository: linuxserver/snapdrop
|
||
|
tag: latest@sha256:cc076f39bfe4b5ac3696427469d8da35f89ae5db34dcd351b35c4f5b4c6ef4d5
|
||
|
pullPolicy: IfNotPresent
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10215
|
||
|
targetPort: 80
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|