Merge pull request #349 from Software-Noob/patch-2

add network_mode: host
This commit is contained in:
Dane Everitt 2021-03-13 11:31:38 -08:00 committed by GitHub
commit 77532b9cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ Changing network mode to `host` grants Pterodactyl direct access to all machine
docker:
network:
name: host
network_mode: host
```
After making changes, the following commands will stop the Wings, remove the Pterodactyl network, and start the Wings again. Run at your own risk.