You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,19 @@ services:
24
24
Then, run the following command to start the server:
25
25
26
26
```bash
27
-
docker-compose up -d
27
+
dockercompose up -d
28
28
```
29
29
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:
31
31
32
32
```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
34
40
```
35
41
36
42
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