Update: I figured it out. I am new to Docker and didn’t realize I had to rebuild the container after making changes to my docker-compose.yml
. The following commands did the trick!
Thanks again for a fantastic product. It’s been a great learning experience for me getting it setup
docker-compose up --force-recreate --build -d
docker image prune -f