Skip to content

Commit 868f2ec

Browse files
committed
Update volume path in README and add example configurations for Hytale server
1 parent c7cdc33 commit 868f2ec

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
ports:
1616
- "5520:5520/udp"
1717
volumes:
18-
- ./Hytale:/app/Hytale
18+
- ./data:/app/Hytale
1919
restart: unless-stopped
2020
stdin_open: true
2121
tty: true

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This directory contains ready-to-use examples for deploying the Hytale Server Docker image on multiple platforms.

examples/minimal/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A minimal example of a Docker Compose configuration for running the Hytale server.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
services:
2+
hytale:
3+
image: ghcr.io/zuedev/hytale-server-docker:main
4+
ports:
5+
- "5520:5520/udp"
6+
volumes:
7+
- ./data:/app/Hytale
8+
restart: unless-stopped
9+
stdin_open: true
10+
tty: true

0 commit comments

Comments
 (0)