weewx: remove mosquitto container reference
This commit is contained in:
parent
6be487f012
commit
622aedcd57
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue