Phill

Results 347 comments of Phill

You're welcome. Don't forget the `docker system prune -f`. Each time you use the `--build` flag, it creates a new image and leaves the old image dangling. The prune command...

Yes, there is a way around this. Please read these links: 1. [This project is dormant](https://github.com/gcgarner/IOTstack/issues/194) - which will explain why you should be starting at [SensorsIot/IOTstack](https://github.com/SensorsIot/IOTstack). 2. [The assumptions...

The first thing you should do is read [this project is dormant](https://github.com/gcgarner/IOTstack/issues/194) and then, assuming you didn't open the issue here on gcgarner by mistake, migrate to [SensorsIot/IOTstack](https://github.com/SensorsIot/IOTstack). The SensorsIot...

To the best of my knowledge, this is the correct setting: If you are running OctoPrint *in a container* you can only affect events *in the container* so you are...

After a bit more tinkering: ``` $ docker exec octoprint killall s6-svscan ``` seems to have the same effect as a reboot - the container terminates and the docker-compose `restart:...

I don't have multiple cameras so I can't test this but I'll just mention something that occurred to me on reviewing this file. I use a local Dockerfile to add...

In my experience (with [IOTstack](https://github.com/SensorsIot/IOTstack) on Raspberry Pis and Debian Proxmox guests - but YMMV), it needs at least: ``` Dockerfile FROM nodered/node-red:latest USER root RUN apk add --no-cache curl...

Here's what I'd suggest. First, make these edits: You won't find the timezone/localtime volumes paths in the reference [service definition](https://github.com/zyclonite/zerotier-docker/blob/main/README-router.md#compose-file-example). I don't have those lines in my own service definition...

Returning to the timezone topic… Although I understand what the pattern of mapping `/etc/timezone` and `/etc/localtime` is trying to achieve, and while I'm not going to claim that that approach...

If I may, I'd like to deal with this in steps. > Given the system is running Node-Red, does this imply a desktop environment? To be honest, I don't know...