Initital password for the duplicati container

Hi,
rolled out the duplicati container with Portainer. Everthing fine.
Runinig Duplicati on http://localhost:8200 I have to enter a password?
What is the inital password? I did NOT set a password anywhere.

version: “2.1”
services:
duplicati:
image: lscr.io/linuxserver/duplicati:latest
container_name: duplicati
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Berlin
- CLI_ARGS= #optional
volumes:
- /duplicati/appdata/config:/config
- /duplicati/backups:/backups
- /duplicati/source:/source
ports:
- 8200:8200
restart: unless-stopped

Thanks

We do not set a default password. It never used to have a default password unless this is something they changed recently, then you’d need to check their documentation.

Or you have deployed it before and still have it pointing to an old install.

nothing in documentation, never deployed before

not deployed on the server, but on my Win PC. And the localhost:8200 points to this installation…

Problem solved