1
0
Fork 0

weewx: update image location

This commit is contained in:
Daniel Kempkens 2023-12-10 12:46:39 +01:00
parent a241a563fe
commit eb897c35b2
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -6,7 +6,7 @@ let
in
{
virtualisation.oci-containers.containers.weewx = {
image = "ghcr.io/nifoc/weewx-docker:master";
image = "git.kempkens.io/daniel/weewx-docker:latest";
ports = [ "127.0.0.1:8000:8000" ];
environment = {
"TZ" = "Europe/Berlin";