baserow to tag latest

This commit is contained in:
m3tam3re 2025-03-06 08:19:24 +01:00
parent b364a0ff16
commit e4ed396257

View File

@ -164,7 +164,7 @@ in {
};
"baserow" = {
image = "docker.io/baserow/baserow:1.30.1";
image = "docker.io/baserow/baserow:latest";
environmentFiles = ["/etc/environment-files/baserow.env"];
ports = ["127.0.0.1:3000:80"];
volumes = ["baserow_data:/baserow/data"];