apps(lychee): Linuxserver image just for fun

main
trivernis 8 months ago
parent 2a33488011
commit 3e607cbc4f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -16,15 +16,15 @@ spec:
app: lychee
spec:
containers:
- image: lycheeorg/lychee:v5.1.2
- image: linuxserver/lychee:5.1.2
name: lychee
volumeMounts:
- name: lychee-uploads
mountPath: "/lychee/uploads"
mountPath: "/pictures"
- name: lychee-config
mountPath: "/lychee/conf"
- name: lychee-sym
mountPath: "/lychee/sym"
mountPath: "/config"
# - name: lychee-sym
# mountPath: "/lychee/sym"
- name: lychee-sqlite
mountPath: "/lychee/db"
ports:

Loading…
Cancel
Save