From 3ca9db01d442f2d9657cb8bf4f4f7da29a9250c4 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Sat, 31 Aug 2019 22:34:14 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a89e748..f2d7ac3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ Set the following variables with the -e tag. | Name | Usage | Default | | ------------- | ----- | ------- | -| SERVER_NAME | set this to your IP/DOMAIN (no "gopher://" needed!) | localhost | +| SERVER_NAME | set this to your IP/Domain (no "gopher://" needed!) | localhost | ##example build/run-command ``` docker build -t gopherserver . ``` -``` docker run -d -v gophermartenkante:/var/gopher -p 70:70 --restart unless-stopped -e SERVER_NAME='martenkante.de' --name gophermartenkante gopherserver ``` \ No newline at end of file + +``` docker run -d -v gophermartenkante:/var/gopher -p 70:70 --restart unless-stopped -e SERVER_NAME='martenkante.de' --name gophermartenkante gopherserver ```