We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33a043 commit d3de8e3Copy full SHA for d3de8e3
README.md
@@ -53,7 +53,7 @@ podman run -d -e EULA=TRUE \
53
-v ./banned-ips.json:/data/banned-ips.json:z \
54
-v astral-world:/data/world:z \
55
-v astral-backup:/data/backup:z \
56
- ghcr.io/maxi0604/create-astral:v2.0.5b
+ ghcr.io/maxi0604/create-astral:v2.1
57
```
58
to get started. This will run a Create: Astral server on port 25565 (the default) which stores the game world in a named volume.
59
compose.yml
@@ -1,6 +1,6 @@
1
services:
2
create-astral:
3
- image: ghcr.io/maxi0604/create-astral:v2.0.5b
+ image: ghcr.io/maxi0604/create-astral:v2.1
4
environment:
5
EULA: "FALSE"
6
RCON_PASSWORD: "hunter2"
0 commit comments