Using DigitalOcean droplet (ubuntu-16.04) - check. working.
Setup domain & DNS - check, working.
Open ports 80 & 433 - check, working.
Update ubuntu-16.04 (apt-get update && apt-get upgrade) - check working.
Following the guide at…
https://help.bitwarden.com/article/install-on-premise/
Install docker & docker-ce - no errors reported - check. working.
Ouput of sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e4ffa9873867 hello-world “/hello” 26 hours ago Exited (0) 26 hours ago friendly_vaughan
Download bitwarden.sh - check, ok.
Install bitwarden…
$>sudo ./bitwarden.sh install
Installed ok, LE setup ok. No errors reported.
$>sudo ./bitwarden.sh start
| |__ () |__ ____ _ _ __ _| | ___ _ __
| ’ | | \ \ /\ / / | '__/ _
|/ _ \ ’ \
| |) | | | \ V V / (| | | | (| | / | | |
|_./||_| _/_/ _,|| _,_|_|| ||
Open source password management solutions
Copyright 2015-2018, 8bit Solutions LLC
https://bitwarden.com, https://github.com/bitwarden
===================================================
Docker version 18.06.0-ce, build 0ffa825
docker-compose version 1.22.0, build f46880fe
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: ‘/home/mg/bwdata/docker/docker-compose.yml’
<sad face>
Output of sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e4ffa9873867 hello-world “/hello” 26 hours ago Exited (0) 26 hours ago friendly_vaughan
Thanks for any help!