Also to add for anyone else reading - update your docker-compose.yml file and add the following so that docker compose knows that you have an environment variable. Do this before stopping and starting your instance of nostream.
env_file:
- local.env
Also to add for anyone else reading - update your docker-compose.yml file and add the following so that docker compose knows that you have an environment variable. Do this before stopping and starting your instance of nostream.
env_file:
- local.env
No replies yet.