Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.12 KB

UPDATE TO 4.8.0

With this, you'll get:

I provide with a docker-compose, running two services:

  • weewx-core (the weewx install)
  • weewx-web (an nginx web-server)

You'll probably want to mount some files/directories inside the container to keep data, so adapt the docker-compose to your needs:

  • /weewx.conf:/home/weewx/weewx.conf
  • /html/:/home/weewx/public_html/
  • /archive:/home/weewx/archive/

How to use: