-
docker-compose.yml services: database: grafana:
mosquitto: proxy: volumes: root@raspberrypi:/home/pi/Teslamate# docker compose exec -T database pg_dump -U teslamate teslamate > ./teslamate.bck RaspsberryPi os Bullseye 32 bits. Note: TeslaMate data is being backed up successfully. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Traefik: Issue was solved by using "htaaccestools" to regenerate encrypted password. Then applied to " .htpasswd" and ".env". Then run |
Beta Was this translation helpful? Give feedback.
Traefik:
If you're setting up Traefik, this warning often arises when the encrypted password (which might include $) is being used in Traefik's configuration.
Issue was solved by using "htaaccestools" to regenerate encrypted password. Then applied to " .htpasswd" and ".env". Then run
docker compose up -d