edv / docker-spotweb

Dockerfile to easily set up Spotweb using Docker on the Raspberry Pi (or any compatible arm chipset) and regular x86 chipsets
MIT License
27 stars 19 forks source link

Ownsettings.php usage #49

Closed Fietspomp86 closed 1 year ago

Fietspomp86 commented 1 year ago

Hey,

Thanks for the great work of making this Spotweb Docker.

For my Spotweb I used an ownsettings.php, for various options/reasons. In the readme I didn't find an instruction how-to map it with this container, perhaps adding it for other people is an option?

Right now I've mapped the following in my docker-compose.yaml and this works fine: volumes: - /mnt/data/docker/spotweb/ownsettings.php:/app/ownsettings.php

edv commented 1 year ago

Thanks for the tip, I included it in the documentation