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
168 stars 15 forks source link

Docker-compose error when not adjusting parameters. #14

Closed Walkablenormal closed 9 months ago

Walkablenormal commented 9 months ago

When running 'docker-compose up' without any custom parameter modifications, it will produce the following error due to excessive whitespace:

"ERROR: The environment variable name 'WINGETTY_REPO_NAME ' cannot contain spaces."

This commit resolves the issue, allowing it to run smoothly without requiring any adjustments.

thilojaeggi commented 9 months ago

While I can't seem to reproduce this issue (having ran this many times) I can't see why I shouldn't merge this just be it for proper formatting. 😄