You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/misc/examples.md
+34-8
Original file line number
Diff line number
Diff line change
@@ -31,15 +31,33 @@ services:
31
31
With [lazymc-docker-proxy](https://github.com/joesturge/lazymc-docker-proxy) you are able to use [lazymc](https://github.com/timvisee/lazymc) with the minecraft container.
32
32
33
33
```yaml
34
+
# Lazymc requires that the minecraft server have a static IP.
35
+
#
36
+
# To ensure that our servers have a static IP we need to create
37
+
# a network for our services to use.
38
+
#
39
+
# By default, Docker uses 172.17.0.0/16 subnet range.
40
+
# So we need to create a new network in a different subnet
41
+
# See the readme for more information.
42
+
#
43
+
# Please ensure that the subnet falls within the private CIDRs:
0 commit comments