You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know why, but how many times I tried, I can't get the Grott docker container to come up properly.
The error it continues to spit out is: exec /usr/local/bin/python: exec format error
I populated the grott.ini configuration file which is
I tried a docker-compose install using the following:
I don't know why, but how many times I tried, I can't get the Grott docker container to come up properly.
The error it continues to spit out is: exec /usr/local/bin/python: exec format error
I populated the grott.ini configuration file which is
I tried a docker-compose install using the following:
version: "3.7"
services:
mosquitto:
image: eclipse-mosquitto:latest
hostname: mosquitto
container_name: mosquitto
restart: unless-stopped
ports:
- "1883:1883"
volumes:
- /srv/dev-disk-by-uuid-cb13cbd4-a5e8-41d5-953d-8a3c7873b4e9/Data/Mosquitto:/etc/mosquitto
- /srv/dev-disk-by-uuid-cb13cbd4-a5e8-41d5-953d-8a3c7873b4e9/Configs/Mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
The text was updated successfully, but these errors were encountered: