Skip to content

Commit

Permalink
use centos8 for redmine box
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 5, 2023
1 parent 35e9b32 commit 13f35ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Vagrant.configure("2") do |config|

config.vm.define "redmine" do |override|
override.vm.hostname = "redmine"
override.vm.box = "centos/stream8"

override.vm.provider "libvirt" do |libvirt|
libvirt.memory = "2048"
Expand Down

0 comments on commit 13f35ce

Please sign in to comment.