1
0
Fork 0

weewx: remove mosquitto container reference

This commit is contained in:
Daniel Kempkens 2023-03-17 22:02:45 +01:00
parent 6be487f012
commit 622aedcd57
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -12,7 +12,6 @@ in
image = "ghcr.io/nifoc/weewx-docker:master"; image = "ghcr.io/nifoc/weewx-docker:master";
container_name = "weewx"; container_name = "weewx";
restart = "unless-stopped"; restart = "unless-stopped";
depends_on = [ "mosquitto" ];
ports = [ "127.0.0.1:8000:8000" ]; ports = [ "127.0.0.1:8000:8000" ];
environment = { environment = {
"TZ" = "Europe/Berlin"; "TZ" = "Europe/Berlin";