2023-12-05, 10:15 PM
If you are running "docker-compose down" before upping again, it should be pulling in any changes to the compose file. Try recreating the container.
docker-compose up --force-recreate
docker-compose up --force-recreate