Eric Schonert
Eric Schonert
same here ...
@dmt0 I stumbled across the same problem you described here and i figured out a workaround with only using tools provided by vagrant: ```ruby Vagrant.configure("2") do |config| config.vm.define "ubuntu" do...
@evan108108 sure, https://github.com/EricKrg/vagrant-docker-compose-template/blob/main/vagrant_data/docker/run.sh i made a template project for this. There is actually not happening a lot in the run.sh, but you might want to update the install.sh with a...
@Leffe108 @ibrierley Hey guys, I also played around bit and found a working solution using the [geobase](https://github.com/navibyte/geospatial) package, which in my opinion flies a bit under the radar, I used...