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 e03b3aa commit 7dc71dcCopy full SHA for 7dc71dc
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.1
+ ghcr.io/maxi0604/create-astral:v2.1.2
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.1
+ image: ghcr.io/maxi0604/create-astral:v2.1.2
4
environment:
5
EULA: "FALSE"
6
RCON_PASSWORD: "hunter2"
0 commit comments