From 775d22c5d12bf2092660aa2bde671fc1cbbe7049 Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Thu, 13 Nov 2014 21:53:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc39b47..8d38352 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ docker run --privileged -d -v /your/storage/path/:/data -v /your/path/to/settin ``` The container will now use your local settings.json file for its configuration. -NB: do not change this file while container is running. Transmission persist its config on shutdown, and this will override your changes. Stop the contaienr, do configurations, then start it again. +NB: do not change this file while container is running. Transmission persist its config on shutdown, and this will override your changes. Stop the container, do configurations, then start it again. ### Access the WebUI But what's going on? My http://my-host:9091 isn't responding? @@ -67,7 +67,7 @@ screen ``` Accept the terms, then run supervisord and detach. ``` -/usr/bin/supervisord +/sbin/my_init CTRL+A + d ``` You should now be detached and both services should be running.