diff --git a/i2p2www/pages/downloads/browser-content.html b/i2p2www/pages/downloads/browser-content.html index afbabab9..64195891 100644 --- a/i2p2www/pages/downloads/browser-content.html +++ b/i2p2www/pages/downloads/browser-content.html @@ -71,7 +71,7 @@ Chrome is available. In order to configure it, create a new Profile especially for your I2P browsing, separate from the default profile. Then install this Extension in your newly-created profile. This profile is now configured to use I2P. Highly detailed instructions are available at the -homepage. +homepage. {% endtrans %}

{% trans %}All Chrome Versions{% endtrans %}

{% trans -%} diff --git a/site-updater-docker.sh b/site-updater-docker.sh index c571e2ee..ef87b84b 100755 --- a/site-updater-docker.sh +++ b/site-updater-docker.sh @@ -9,5 +9,5 @@ cd "$DIR" git pull origin master docker build -t i2p-mirror/i2p.www . docker rm -f mirror.i2p.www -docker run -it $i2p_www_docker_run_args --name mirror.i2p.www -p 0.0.0.0:8090:80 i2p-mirror/i2p.www +docker run -itd $i2p_www_docker_run_args --name mirror.i2p.www -p 0.0.0.0:8090:80 i2p-mirror/i2p.www #docker run -td --name mirror.i2p.www --restart=always -p 0.0.0.0:5000:5000 i2p-mirror/i2p.www