weewx: update image location
This commit is contained in:
parent
a241a563fe
commit
eb897c35b2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
virtualisation.oci-containers.containers.weewx = {
|
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" ];
|
ports = [ "127.0.0.1:8000:8000" ];
|
||||||
environment = {
|
environment = {
|
||||||
"TZ" = "Europe/Berlin";
|
"TZ" = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in a new issue