use ubuntu

This commit is contained in:
2024-12-22 16:33:15 -06:00
parent b880619f41
commit bb5c65beee

View File

@@ -29,8 +29,8 @@ jellyfin:
memory: 1Gi memory: 1Gi
sqlite: sqlite:
image: image:
repository: keinos/sqlite3 repository: ubuntu
tag: 3.47.2 tag: latest
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
command: [ "/bin/bash", "-c", "--" ] command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ] args: [ "while true; do sleep 30; done;" ]