LBPUnion / ProjectLighthouse

Project Lighthouse is a clean-room, open-source custom server for LittleBigPlanet.
GNU Affero General Public License v3.0
211 stars 53 forks source link

Update the docker-compose.yml file #1030

Open m88youngling opened 5 months ago

m88youngling commented 5 months ago

This pull request updates the docker-compose.yml file to replace currently nonfunctional Docker images. You might notice something weird in this pull request, I wasn't sure how to roll back the commit that improperly modified the StatisticsEndpoints.cs. So, I corrected my initial change by creating a new commit that removed the additional line that I previously added. This should make it identical to the original StatisticsEndpoints.cs. I think it would be better though to not merge these commits at all for the sake of cleanliness. If anyone has any advice let me know.

Closes #1026