Always recreate Mastodon containers #134

Merged
valberg merged 5 commits from fix_mastodon into main 2022-12-04 21:45:32 +00:00
Showing only changes of commit 1cc48209f1 - Show all commits

2
Vagrantfile vendored
View file

@ -13,7 +13,7 @@ Vagrant.configure(2) do |config|
config.vm.hostname = "datacoop"
config.vm.provider :virtualbox do |v|
v.memory = 4096
v.memory = 8192
end
config.vm.provision :ansible do |ansible|