mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-12 08:40:39 -06:00
add vagrant.config.yml to readme
This commit is contained in:
parent
646c76ac00
commit
7f67869df5
@ -26,3 +26,12 @@ There are VMs for both, the old and the new, daemons configured. They do not sta
|
|||||||
|
|
||||||
### Updating /etc/hosts
|
### Updating /etc/hosts
|
||||||
On your first run, and whenever the hostnames change, you'll have to run `vagrant hostmanager app --provider docker` to update your /etc/hosts file.
|
On your first run, and whenever the hostnames change, you'll have to run `vagrant hostmanager app --provider docker` to update your /etc/hosts file.
|
||||||
|
|
||||||
|
### Configuring the Environment
|
||||||
|
A `vagrant.config.yml` can be used to configure the following properties of the environment. All values are optional.
|
||||||
|
|
||||||
|
```yml
|
||||||
|
wings: # the VM used for wings
|
||||||
|
cpus: 2
|
||||||
|
memory: 2048
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user