From 82d563e4d6388c99ce3955cb67697cb2c6c125d1 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 13 Mar 2021 20:58:10 +0200 Subject: [PATCH] add network_mode: host --- wings/1.0/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wings/1.0/configuration.md b/wings/1.0/configuration.md index 8e87a673..3a67c5b2 100644 --- a/wings/1.0/configuration.md +++ b/wings/1.0/configuration.md @@ -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.