Skip to content

Commit c7cdc33

Browse files
committed
Update README to reflect changes in Docker commands and setup instructions
1 parent 721ae69 commit c7cdc33

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,19 @@ services:
2424
Then, run the following command to start the server:
2525
2626
```bash
27-
docker-compose up -d
27+
docker compose up -d
2828
```
2929

30-
Once the container is running, you will need to attach to it to complete the OAuth2 setup:
30+
Then you will need to check the container logs to see the progress of the server setup, as well as authentication instructions:
3131

3232
```bash
33-
docker attach hytale
33+
docker compose logs -f hytale
34+
```
35+
36+
Once the Hytale server itself is downloaded and running, you will need to attach to it to complete the OAuth2 setup:
37+
38+
```bash
39+
docker compose attach hytale
3440
```
3541

3642
Type `auth login device` in the container terminal and follow the instructions to authenticate your server. Once authenticated, you can detach from the container by pressing `Ctrl + P` followed by `Ctrl + Q`.

0 commit comments

Comments
 (0)