mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Switch to official vagrant box
This commit is contained in:
parent
b232e5df3b
commit
2befa18c33
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -17,7 +17,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "jvalleroy/plinth-dev"
|
||||
config.vm.box = "freedombox/plinth-dev"
|
||||
config.vm.network "forwarded_port", guest: 443, host: 4430
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
cd /vagrant/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user