ClickHouse/docker/packager/freebsd/Vagrantfile
2019-04-25 15:29:28 +03:00

5 lines
153 B
Ruby

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