mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +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
|
||||
end
|
||||
|
||||
# LXD port
|
||||
config.vm.network "forwarded_port", guest: 8443, host: 8443
|
||||
config.vm.network "public_network"
|
||||
|
||||
config.disksize.size = '100GB'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user