Fix /home/kamal-proxy/.config/kamal-proxy ownership

1. Update to kamal-proxy 0.4.0 which creates and chowns
/home/kamal-proxy/.config/kamal-proxy to kamal-proxy
2. Use a docker volume rather than mapping in a directory, so docker
keeps it owned by the correct user
This commit is contained in:
Donal McBreen
2024-09-19 12:25:57 +01:00
parent a6b983de06
commit 1d7c9fec1d
8 changed files with 12 additions and 51 deletions

View File

@@ -98,7 +98,6 @@ class MainTest < IntegrationTest
kamal :remove, "-y"
assert_no_images_or_containers
assert_app_directory_removed
assert_proxy_directory_removed
end
private