ClickHouse/docker/packager/freebsd/Vagrantfile

5 lines
153 B
Ruby
Raw Normal View History

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