Update README.md

This commit is contained in:
Riku Silvennoinen 2023-10-18 12:18:04 +03:00
parent 74169f4516
commit 546fb2628d

View File

@ -13,7 +13,7 @@ Pura kansio:
Lataa kontti Dockeriin: Lataa kontti Dockeriin:
<code>sudo docker load -i weather-image.tar</code> <code>sudo docker load -i weather-image.tar</code>
[Aika tiedot (TZ) löytyy täältä: link](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) Aika tiedot (TZ) löytyy täältä: [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones]
Käynnistä kontti: 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> <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>