diff --git a/update.sh b/update.sh index 7bff57e..7211385 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 yannmoelle -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 127.0.0.1:8085:80 -v /root/links/yannmoelle/:/usr/local/apache2/htdocs/ httpd:2.4 \ No newline at end of file