fix container name

This commit is contained in:
2023-12-02 00:04:35 +01:00
parent 76d009d5df
commit e8f76a82cc

View File

@@ -58,7 +58,7 @@ in
# TODO: check if we can run docker service as other user than root # TODO: check if we can run docker service as other user than root
virtualisation = { virtualisation = {
oci-containers.containers = { oci-containers.containers = {
omada = { gitea = {
image = "bitnami/gitea:1"; image = "bitnami/gitea:1";
volumes = [ volumes = [
"/var/lib/gitea:/bitnami/gitea" "/var/lib/gitea:/bitnami/gitea"