ClickHouse/docker/packager/freebsd/Vagrantfile

6 lines
154 B
Ruby

Vagrant.configure("2") do |config|
config.vm.box = "robot-clickhouse/clickhouse-freebsd"
config.vm.synced_folder ".", "/vagrant", disabled: true
end