Updates start.sh to use vaultwarden instead of bitwarden.

This commit is contained in:
2023-04-16 23:30:15 -04:00
parent 4909b26092
commit cf81ac5cb2

View File

@@ -7,8 +7,8 @@ cd nginx-reverse-proxy/
docker-compose build
cd /home/ubuntu/
echo "Starting Bitwarden..."
cd bitwarden/
echo "Starting Vaultwarden..."
cd vaultwarden/
docker-compose up -d
cd /home/ubuntu/
echo "Done"