Skip to content

Commit 7dc71dc

Browse files
committed
Update documentation for 2.1.2
1 parent e03b3aa commit 7dc71dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ podman run -d -e EULA=TRUE \
5353
-v ./banned-ips.json:/data/banned-ips.json:z \
5454
-v astral-world:/data/world:z \
5555
-v astral-backup:/data/backup:z \
56-
ghcr.io/maxi0604/create-astral:v2.1
56+
ghcr.io/maxi0604/create-astral:v2.1.2
5757
```
5858
to get started. This will run a Create: Astral server on port 25565 (the default) which stores the game world in a named volume.
5959

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
create-astral:
3-
image: ghcr.io/maxi0604/create-astral:v2.1
3+
image: ghcr.io/maxi0604/create-astral:v2.1.2
44
environment:
55
EULA: "FALSE"
66
RCON_PASSWORD: "hunter2"

0 commit comments

Comments
 (0)