diff --git a/GuildWarsPartySearch.NodeJSServer/README.md b/GuildWarsPartySearch.NodeJSServer/README.md index e4f7b5e..3f91c00 100644 --- a/GuildWarsPartySearch.NodeJSServer/README.md +++ b/GuildWarsPartySearch.NodeJSServer/README.md @@ -4,8 +4,8 @@ 1. Copy config.example.sh to config.sh, and edit it to add your Guild Wars credentials 2. `docker build -t partysearchserver_alpine .` -3. *Windows:* `docker run -d --restart always --name partysearchserver -p80:80 -v "%cd%":/app partysearchserver_alpine ./run.sh` -3. *Linux:* `docker run -d --restart always --name "${PWD##*/}" -p80:80 --replace -v "$PWD":/app:Z partysearchserver_alpine ./run.sh` +3. *Windows:* `docker run -d --restart always --name partysearchserver -p8080:80 -v "%cd%":/app partysearchserver_alpine ./run.sh` +3. *Linux:* `docker run -d --restart always --name "${PWD##*/}" -p8080:80 --replace -v "$PWD":/app:Z partysearchserver_alpine ./run.sh` ## If the source code for the bot has been changed diff --git a/GuildWarsPartySearch.NodeJSServer/redeploy.sh b/GuildWarsPartySearch.NodeJSServer/redeploy.sh index 500102a..baebaf6 100644 --- a/GuildWarsPartySearch.NodeJSServer/redeploy.sh +++ b/GuildWarsPartySearch.NodeJSServer/redeploy.sh @@ -29,7 +29,7 @@ rm -R "/tmp$BOT_FOLDER"; cd "$BOT_FOLDER"; RUN_CMD=$(cat <