Phill
Phill
Hi, You haven't really given me enough to go on. Specifically, it isn't clear how your Raspberry Pi is connected. Is it: 1. The Pi plus the "other" IOT devices...
I think I know what might be going on but I won't know for certain until I can get some more information. Please provide: 1. Your `docker-compose.yml`, suitably edited to...
OK. I think I can explain the problem and tell you how to fix it. ## tl;dr Add the following line to `/etc/resolv.conf`: ``` allowinterfaces eth*,wlan* ``` Then take down...
The service definition has: ``` image: rmountjoy/dashmachine:latest ``` Heading to [DockerHub](https://hub.docker.com/r/rmountjoy/dashmachine/tags) shows three images. The OS/ARCH for all of them is "linux/amd64" which won't run on the Raspberry Pi. That's...
Current. Needs PR to change image name.
You can't simply add TZ to every container's definition (regardless of which method you use) and expect it to "just work". A container actually has to support it. I've experimented...
Err, hold the phone. I'm currently also building Mosquitto from a Dockerfile (long story). I added TZ to the service definition and tzdata to the local image but - nada....
I tried lots of things with Mosquitto but had zero success in getting it to behave. Of the containers I'm running, the following respect TZ: ``` nodered: Tue Mar 30...
I honestly don't know what plane of existence Portainer's designers inhabit but their decision to remove pretty much everything from the container mystifies me. Still, I've never seen the point...
Well, hang up the phone, switch carriers, re-dial, and hold the phone again. The compose spec says that anything in an `environment:` directive overrides anything defined via an environment file....