notea-org / notea

📒 Self hosted note taking app stored on S3
2.07k stars 377 forks source link

docker部署启动后提示密码不正确 #177

Open zhangyi007 opened 1 year ago

zhangyi007 commented 1 year ago

docker run -d \ --name notea \ -p 3000:3000 \ -e STORE_ACCESS_KEY=Q3AM3UQ867SPQQA43P2F \ -e STORE_SECRET_KEY=zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG \ -e STORE_BUCKET=notea \ -e STORE_END_POINT=http://play.minio.io \ -e STORE_FORCE_PATH_STYLE=true \ -e PASSWORD=notea \ cinwell/notea

-e PASSWORD=notea 不起作用

怎么查看默认密码是什么?

zhangyi007 commented 1 year ago

已解决,使用的是非https