diff --git a/gopher-server/README.md b/gopher-server/README.md index 5090aa5..6f3ad6e 100644 --- a/gopher-server/README.md +++ b/gopher-server/README.md @@ -1,6 +1,6 @@ -# Gopher server +# Gopher Server -This is a dockerized version of a gopher server. +This is a dockerized version of a Gopher server. ## Environment-variables @@ -28,9 +28,6 @@ Set the following ports with the -p tag. ## Example run-command -Either use the docker image `tiynger/gopherserver` or run -`docker build . -t gopherserver` in the top directory of this repository. -If so you need to change the command below apropiately -(`tiynger/gopherserver` to `gopherserver`). +Run `docker build . -t gopher-server` in the top directory of this repository. -`docker run --name gopherserver -v gopherwebdir:/var/gopher -p 70:70 --restart unless-stopped -e SERVER_NAME= -d tiynger/gopherserver` +`docker run --name gopher-server -v gopherwebdir:/var/gopher -p 70:70 --restart unless-stopped -e SERVER_NAME= -d gopher-server`