Hi guy,
I got no issue with ./bitwarden.sh install but when i try ./bitwarden.sh start i got this :
./bitwarden.sh start
| |__ () |__ ____ _ _ __ _| | ___ _ __
| ’ | | \ \ /\ / / | '__/ _
|/ _ \ ’
| |) | | | \ V V / (| | | | (| | / | | |
|_./||_| _/_/ _,|| _,_|_|| ||
Open source password management solutions
Copyright 2015-2019, 8bit Solutions LLC
https://bitwarden.com, Bitwarden · GitHub
===================================================
Docker version 18.09.3, build 774a1f4
docker-compose version 1.23.2, build 1110ad01
realpath: ‘/disk1/data/bitwarden/bwdata/docker/docker-compose.yml:/disk1/data/bitwarden/bwdata/docker’: no file or directory
I try install with root and sudo same result.
I can see the docker compose file :
[email protected]:/disk1/data/bitwarden/bwdata/docker# ls -l /disk1/data/bitwarden/bwdata/docker/
total 16
-rwxr-xr-x 1 root root 946 mars 9 10:57 docker-compose.override.yml
-rw-r–r-- 1 root root 3649 mars 9 10:56 docker-compose.yml
-rw------- 1 root root 852 mars 9 10:56 global.env
-rw------- 1 root root 51 mars 9 10:56 mssql.env
If i try to run the compose file i got another missing file but i see the file too :
[email protected]:/disk1/data/bitwarden/bwdata/docker# docker-compose up
ERROR: Couldn’t find env file: /disk1/data/bitwarden/bwdata/env/uid.env
[email protected]:/disk1/data/bitwarden/bwdata/docker# ls -l …/env/uid.env
-rw-r–r-- 1 root root 32 mars 9 10:57 …/env/uid.env
Any ideas ? Thanks in advance for you support.