Hi!
I wanna change the port that CTFd is running on from 8000 to 80. So I changed to port 80 in the file: docker-compose.yml
Then ran: docker-compose up
But it doesn’t work, it still seems to start it on port 8000. Do I need to edit in some more files?