Update README.md

This commit is contained in:
Riku Silvennoinen 2023-11-18 03:22:19 +02:00
parent ad7f51a886
commit 17816c593b

View File

@ -14,7 +14,7 @@ Pura kansio:
Lataa kontti Dockeriin:
<code>sudo docker load -i weather-image.tar</code>
<br><br>
Anna koordinaatit muodossa: desimaaliasteet (DD): 41.40338, 2.17403
@ -23,7 +23,7 @@ Aika tiedot (TZ) löytyy täältä: https://en.wikipedia.org/wiki/List_of_tz_dat
Käynnistä kontti:
<code>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</code>
<br><br>
Käynnistä kontti tietokoneen käynnistyessä:
<code>sudo docker update --restart unless-stopped weather</code>