Vagrantfile config.vm.define comment
This commit is contained in:
parent
39d0762f1f
commit
d061dc39f9
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -5,8 +5,7 @@
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian/bullseye64"
|
||||
# Pour ne pas avoir le nom default par defaut
|
||||
config.vm.define "gitlab"
|
||||
config.vm.define "gitlab" # Pour ne pas avoir le nom "default" par defaut
|
||||
config.vm.hostname = "gitlab"
|
||||
config.vm.network :private_network, ip: "192.168.56.4"
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
|
Loading…
Reference in New Issue
Block a user