From c4d203b787bfb2f3df067ed9b567c9ce221f409a Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 1 Jul 2024 17:16:37 +0100 Subject: [PATCH] imagery: reformat volume variable --- cookbooks/imagery/recipes/tiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/tiler.rb b/cookbooks/imagery/recipes/tiler.rb index ac3f4b3ce..1b86ef6f0 100644 --- a/cookbooks/imagery/recipes/tiler.rb +++ b/cookbooks/imagery/recipes/tiler.rb @@ -37,7 +37,7 @@ container_image = if arm? podman_service "titiler" do description "Container service for titiler" image container_image - volume :"/store/imagery" => "/store/imagery", + volume :"/store/imagery" => "/store/imagery", :"/srv/imagery/sockets" => "/sockets" environment :BIND => "unix:/sockets/titiler.sock", :WORKERS_PER_CORE => 1, -- 2.39.5