From c5ec52dd1f584998b2d5cd2950ea66d5c5a508f8 Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 4 May 2023 03:42:08 +0000 Subject: [PATCH] fix missing newlines --- docker-run-dev.sh | 2 +- i2p2www/blog/2023/03/13/new_release_2.2.0.rst | 2 +- i2p2www/blog/2023/4/12/new_release_2.2.1.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-run-dev.sh b/docker-run-dev.sh index b4b490dc..54ccdc45 100755 --- a/docker-run-dev.sh +++ b/docker-run-dev.sh @@ -52,5 +52,5 @@ cd "$DIR" || exit git pull origin $i2p_www_branch docker build $i2p_www_docker_build_args -t mirror.i2p.www$suffix . docker rm -f mirror.i2p.www$suffix -docker run -it $i2p_www_docker_run_args --env DEV:on --name mirror.i2p.www$suffix -p 0.0.0.0:$port:80 --volume $(pwd)/env:/env mirror.i2p.www$suffix ./runserver.py +docker run -it $i2p_www_docker_run_args --env DEV:on --name mirror.i2p.www$suffix --net=host --volume $(pwd)/env:/env mirror.i2p.www$suffix ./runserver.py #./runserver.py diff --git a/i2p2www/blog/2023/03/13/new_release_2.2.0.rst b/i2p2www/blog/2023/03/13/new_release_2.2.0.rst index b0820ae7..a50e0248 100644 --- a/i2p2www/blog/2023/03/13/new_release_2.2.0.rst +++ b/i2p2www/blog/2023/03/13/new_release_2.2.0.rst @@ -86,4 +86,4 @@ The best way to maintain security and help the network is to run the latest rele -Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.0 \ No newline at end of file +Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.0 diff --git a/i2p2www/blog/2023/4/12/new_release_2.2.1.rst b/i2p2www/blog/2023/4/12/new_release_2.2.1.rst index 1e6b5310..35f97d8b 100644 --- a/i2p2www/blog/2023/4/12/new_release_2.2.1.rst +++ b/i2p2www/blog/2023/4/12/new_release_2.2.1.rst @@ -37,4 +37,4 @@ The best way to maintain security and help the network is to run the latest rele - {% trans %}Remove invalid signing keys from old installs{% endtrans %} - {% trans %}Update Tomcat version in Ubuntu Lunar and Debian Sid{% endtrans %} -Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.1 \ No newline at end of file +Full list of fixed bugs: http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues?scope=all&state=closed&milestone_title=2.2.1