[HELP] Not been able to import external modules

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 :slight_smile:

docker-compose up --force-recreate --build -d
docker image prune -f
1 Like