Hallo, ich installiere gerade Librephotos (open source Fotoverwaltung) und habe folgendes Problem:
Betriebssystem: Linux mint (neuste Version)

Installiert habe ich es mit docker und docker.compose:
https://docs.librephotos.com/docs/installation/standard-install/
Wenn ich wie in den Docs im Link oben beschrieben jetzt starte mit docker-compose up -d dann kommt folgender Fehlercode:

 docker-compose up -d

WARNING: The tag variable is not set. Defaulting to a blank string.

WARNING: The scanDirectory variable is not set. Defaulting to a blank string.

WARNING: The data variable is not set. Defaulting to a blank string.

WARNING: The httpPort variable is not set. Defaulting to a blank string.

WARNING: The dbUser variable is not set. Defaulting to a blank string.

WARNING: The dbPass variable is not set. Defaulting to a blank string.

WARNING: The dbName variable is not set. Defaulting to a blank string.

WARNING: The dbHost variable is not set. Defaulting to a blank string.

ERROR: The Compose file './docker-compose.yml' is invalid because:

services.proxy.ports contains an invalid type, it should be a number, or an object

Was soll ich tun? auch mit sudo davor bringts nichts :(((
VG!