Skip to content

Commit 4a0c240

Browse files
Change docker tag in readme
1 parent 3617f3f commit 4a0c240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run -d \
3232
-p 5520:5520/udp \
3333
-v "$(pwd)/data:/data" \
3434
-v "$(pwd)/main:/opt/hytale" \
35-
ghcr.io/dustinrouillard/hytale
35+
ghcr.io/dustinrouillard/hytale-docker
3636
```
3737

3838
### Run: Supplying Session Tokens manually
@@ -46,7 +46,7 @@ docker run -d \
4646
-e HTY_SESSION_TOKEN="SESSION_TOKEN" \
4747
-v "$(pwd)/data:/data" \
4848
-v "$(pwd)/main:/opt/hytale" \
49-
ghcr.io/dustinrouillard/hytale
49+
ghcr.io/dustinrouillard/hytale-docker
5050
```
5151

5252
### Volumes to Persist

0 commit comments

Comments
 (0)