Replies: 2 comments
-
Could you check the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
It has been working perfectly under docker on CentOS 7 but now I get the following ....
404: Not Found
The requested resource could not be found.
Rocket
When trying to get to it via the browser.
From Docker Logs I get
[INFO] No .env file found.
[WARNING] The following environment variables are being overriden by the config file,
[WARNING] please use the admin panel to make changes to them:
[WARNING] ADMIN_TOKEN
[2021-03-06 11:42:56.900][start][INFO] Rocket has launched from http://0.0.0.0:80
[2021-03-06 11:42:56.907][request][INFO] POST /identity/connect/token
[2021-03-06 11:42:56.907][response][INFO] 404 Not Found
My docker command is ..
docker run -d --name bitwarden -e ADMIN_TOKEN=XXXX -v /bw-data/:/data/ -p 8080:80 bitwardenrs/server:latest
Internally I do not use a cert .. but I publish Bitwarden via NGINX with cerbot certificate.
Docker thinks it is healthy
62feae883901 bitwardenrs/server:latest "/usr/bin/dumb-init …" 21 minutes ago Up 21 minutes (healthy) 3012/tcp, 0.0.0.0:8080->80/tcp bitwarden
Regards
Steve
Beta Was this translation helpful? Give feedback.
All reactions