Update openbooks container

This commit is contained in:
2023-01-14 20:00:15 +01:00
parent a800a99590
commit c3b1a294ae
3 changed files with 49 additions and 41 deletions

View File

@@ -51,8 +51,10 @@
backend = "podman";
containers = {
openbooks = {
image = "evanbuss/openbooks:latest";
image =
"evanbuss/openbooks@sha256:16609c3da954715f8f98b5de6c838146914ae700b2a700b4d9aad8b23c9217da";
ports = [ "127.0.0.1:9000:80" ];
cmd = [ "--name" "bookworm" "--useragent" "HexChat 2.9.1" ];
};
};
};