From bf3b798b200659417d98d7de3cdd8bfc082b40d0 Mon Sep 17 00:00:00 2001 From: Zerlokk Date: Sat, 16 Jan 2021 02:01:06 +0100 Subject: [PATCH] Update README.md Run Docker and specify the server domain by using the docker run -e ADDRESS='http://[serverdomain]/' command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1927748..7557867 100644 --- a/README.md +++ b/README.md @@ -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: ```