Update README.md

This commit is contained in:
Riku Silvennoinen 2023-10-18 10:53:59 +03:00
parent 3e337837d0
commit 37b7acb6d3

View File

@ -13,6 +13,7 @@ unzip weather-image.tar.zip
Lataa kontti Dockeriin: Lataa kontti Dockeriin:
sudo docker load -i weather-image.tar sudo docker load -i weather-image.tar
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Käynnistä kontti: 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 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