Replies: 4 comments 5 replies
-
Hi @scs-tec 👋 Thanks for reaching out. Some things you can try are:
If neither of those work, would it be possible to see your whole |
Beta Was this translation helpful? Give feedback.
-
environment: |
Beta Was this translation helpful? Give feedback.
-
Bro it is still doesnt work. Tried to remove volume / start without volume / update hash/ start from docker run / start from docker-compose. Still no password data in Seq.json. Can you try that by yourself?
|
Beta Was this translation helpful? Give feedback.
-
I was in the same issue. You can use SEQ_FIRSTRUN_ADMINPASSWORD informing plain-text password instead of SEQ_FIRSTRUN_ADMINPASSWORDHASH. It works to me |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
i am trying out seq with docker-compose on windows. The container starts and i can access the webpage, but i can't login.
from console:
echo 'MyStrongPassword123!' | docker run --rm -i datalust/seq config hash QBpgwsoe5E1ePbrSX80nqYhJ9Sl4YE+8SzyINj7IX1Dmh1kkCzJyj6cH+9LIacqSMcC0ZBmRRTya6ZFfIp5GJOrgvJXAQTZoIKSmY7rADvET
and here is the container in my docker-compose.yaml
seq: image: datalust/seq ports: - 5341:5341 - 80:80 environment: - SEQ_FIRSTRUN_ADMINPASSWORDHASH=QBpgwsoe5E1ePbrSX80nqYhJ9Sl4YE+8SzyINj7IX1Dmh1kkCzJyj6cH+9LIacqSMcC0ZBmRRTya6ZFfIp5GJOrgvJXAQTZoIKSmY7rADvET - ACCEPT_EULA=Y volumes: - seq-appdata:/data
anyone knows what the mistake is?
From Seq.json:
"firstRun": {
"adminPasswordHash": null,
"adminUsername": null,
"requireAuthenticationForHttpIngestion": false
},
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions