diff --git a/README.md b/README.md
index 5818d79..4f78a15 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Lataa kontti Dockeriin:
sudo docker load -i weather-image.tar
+
Anna koordinaatit muodossa: desimaaliasteet (DD): 41.40338, 2.17403
Aika tiedot (TZ) löytyy täältä: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
@@ -22,6 +23,8 @@ Aika tiedot (TZ) löytyy täältä: https://en.wikipedia.org/wiki/List_of_tz_dat
Käynnistä kontti:
sudo docker run -d --name weather -e LATITUDE="61.4981" -e LONGITUDE="23.7608" -e MAX_RESULTS="10" -e TZ="Europe/Helsinki" -p 8600:80 weather-image
+
+
Käynnistä kontti tietokoneen käynnistyessä:
sudo docker update --restart unless-stopped weather