This commit is contained in:
Dane Everitt 2018-08-13 19:31:51 -07:00
commit fcbe3cd908
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ to access anything on the host, as well as bind to any IP or Port they wish.
"socket": "/var/run/docker.sock",
"autoupdate_images": true,
"network": {
"name": "pterodactyl_nw"
"name": "pterodactyl_nw",
"interfaces": {
"v4": {
"subnet": "172.18.0.0/16",

View File

@ -7,7 +7,7 @@ Your servers will need to be restarted after upgrading the daemon in order to se
:::
## Breaking Changes
This release introduces a few breaking changes to how the Daemon operates, but maintains compatability with `v0.7.X` of
This release introduces a few breaking changes to how the Daemon operates, but maintains compatibility with `v0.7.X` of
the Panel, so you don't need to worry about updating the Panel.
Of notable change in this release is that we've switched from using custom logging functionality to using Docker logging