From: Grant Slater Date: Mon, 1 Jul 2024 16:16:37 +0000 (+0100) Subject: imagery: reformat volume variable X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c4d203b787bfb2f3df067ed9b567c9ce221f409a?ds=inline imagery: reformat volume variable --- 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,