mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
Use public network
This commit is contained in:
parent
1c8a1b7984
commit
632d9f1256
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -9,8 +9,7 @@ Vagrant.configure("2") do |config|
|
|||||||
vb.memory = 8192
|
vb.memory = 8192
|
||||||
end
|
end
|
||||||
|
|
||||||
# LXD port
|
config.vm.network "public_network"
|
||||||
config.vm.network "forwarded_port", guest: 8443, host: 8443
|
|
||||||
|
|
||||||
config.disksize.size = '100GB'
|
config.disksize.size = '100GB'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user