docs: added docker-compose example

This commit is contained in:
Geoff Bourne
2019-07-27 11:36:16 -05:00
parent ca572184b2
commit 7f6e3637a0
5 changed files with 544 additions and 6 deletions
+5 -2
View File
@@ -4,10 +4,13 @@ kind: Service
metadata:
name: mc-stable
annotations:
"mc-router.itzg.me/defaultServer": "mc.your.domain"
"mc-router.itzg.me/defaultServer": "true"
spec:
type: ClusterIP
ports:
- port: 25565
- port: 25566
name: mc-router
targetPort: 25565
selector:
run: mc-stable
---