ptrumpis / snap-camera-server

An alternative, self-hosted solution that allows you to continue using Snap Camera with all Snapchat filters after its shutdown on January 25, 2023.
https://github.com/snapcamera
MIT License
321 stars 35 forks source link

Issue With Docker #151

Closed AngelDoesstuffs closed 1 month ago

AngelDoesstuffs commented 1 month ago

Docker seems to be having an issue loading because it can't use port 80, and I can't free the port up because it appears windows is using it, I used the auto configuration tool and was a lil surprised when docker was fighting with windows, if you have a fix, I'd love to hear it 👍 image image

ptrumpis commented 1 month ago

Edit your .env file and change NGINX_LOCAL_PORT=80 to another number.

e.g.: NGINX_LOCAL_PORT=1080

AngelDoesstuffs commented 1 month ago

Okay, as suggested, but it's still erroring out image image

ptrumpis commented 1 month ago

You can try to run auto configuration tool again. This should refresh the port number.

AngelDoesstuffs commented 1 month ago

That did seem to fix that issue, but apparently there's a new one image image

ptrumpis commented 1 month ago

You can try to remove the

And then restart everything. A new fresh MySQL server will be set up. If this doesn't work... try again but this time remove all containers, images and volumes.

You can refer to the upgrade guide on how removal works. https://github.com/ptrumpis/snap-camera-server/wiki/Upgrading-Server-v2.x-to-v3.x#docker-desktop

AngelDoesstuffs commented 1 month ago

Tysm! You're a life saver and I appreciate the help!