Updates start.sh to use vaultwarden instead of bitwarden.
This commit is contained in:
4
start.sh
4
start.sh
@@ -7,8 +7,8 @@ cd nginx-reverse-proxy/
|
|||||||
docker-compose build
|
docker-compose build
|
||||||
cd /home/ubuntu/
|
cd /home/ubuntu/
|
||||||
|
|
||||||
echo "Starting Bitwarden..."
|
echo "Starting Vaultwarden..."
|
||||||
cd bitwarden/
|
cd vaultwarden/
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
cd /home/ubuntu/
|
cd /home/ubuntu/
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|||||||
Reference in New Issue
Block a user