mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-07 16:17:23 +01:00
Change environment to Debian 10
This commit is contained in:
7
Vagrantfile
vendored
7
Vagrantfile
vendored
@@ -2,7 +2,12 @@
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "ubuntu/bionic64"
|
||||
# Recreate our conditions
|
||||
config.vm.box = "generic/debian10"
|
||||
config.vm.provider "hyperv" do |v|
|
||||
v.memory = 1024
|
||||
v.cpus = 1
|
||||
end
|
||||
|
||||
# Network config: Since it's a mail server, the machine must be connected
|
||||
# to the public web. However, we currently don't want to expose SSH since
|
||||
|
||||
Reference in New Issue
Block a user