thilojaeggi / WinGetty

An open source REST Backend for creating a private WinGet Repo without having to rely on cloud dependencies.
https://wingetty.dev
GNU Affero General Public License v3.0
191 stars 18 forks source link

Problems with starting Wingetty #28

Closed Narrowcastingscherm closed 1 year ago

Narrowcastingscherm commented 1 year ago

I am trying now to install wingetty on a alma linux server, but every time i run docker-compose up -d the systems freezes and i cannot connect to 8080, this is only when i run the wingetty docker compose command

thilojaeggi commented 1 year ago

Any logs on the system side, this sounds more like an issue with your environment than with WinGetty itself.

Narrowcastingscherm commented 1 year ago

can i go back to an older version to try it?

thilojaeggi commented 1 year ago

You can just choose an older docker image with for example: ghcr.io/thilojaeggi/wingetty:0.0.5 You'd need to delete the created volumes though (if they were even created).