Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ Run the server with [Docker](https://docs.docker.com/get-docker/) by running the
docker run -d -p 9736:9736 ottomated/crewlink-server:latest
```

To specify the server domain and run the server with [Docker](https://docs.docker.com/get-docker/) by running the following command:

```
docker run -e ADDRESS='http://[serverdomain]/' -d -p 9736:9736 ottomated/crewlink-server:latest
```

To change the external port the server uses, change the *first* instance of the port. For example, to use port 8123:

```
Expand Down