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
Where does ${SPEEDTEST_SPEEDTEST_INTERVAL} come from? (.env file?)
How can I change the values while running via docker-compose up? Is it possible to change the interval without stopping and deleting everything and (with edited .env file) starting from scratch?
Great work by the way
Thanks
The text was updated successfully, but these errors were encountered:
Where does ${SPEEDTEST_SPEEDTEST_INTERVAL} come from? (.env file?)
Yes
How can I change the values while running via docker-compose up? Is it possible to change the interval without stopping and deleting everything and (with edited .env file) starting from scratch?
Edit the .env files and run docker-compose up -d, compose will recognize the changes and re-create the container without touching volumes.
These are Docker issues\questions by the way, search better on the net as there are plenty of guides on the subjects you asked about.
This is how docker-compose.yml looks like:
Great work by the way
Thanks
The text was updated successfully, but these errors were encountered: