From c666e9bd51e533889e2891c22c5be49f4e48b7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 26 May 2023 21:31:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eupdate.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 6847f9a..7bff57e 100644 --- a/update.sh +++ b/update.sh @@ -7,4 +7,4 @@ git clone ssh://git@ssh.git.moelle.space:2222/hxcde/yannmoelle.git . rm README.md docker stop yannmoelle docker rm yannmoelle -docker run -d --restart=always --name mylinks -p :8085:80 -v /root/links/yannmoelle/:/usr/local/apache2/htdocs/ httpd:2.4 \ No newline at end of file +docker run -d --restart=always --name yannmoelle -p :8085:80 -v /root/links/yannmoelle/:/usr/local/apache2/htdocs/ httpd:2.4 \ No newline at end of file