5 lines
53 B
Bash
Executable File
5 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
cd /opt/vaultwarden
|
|
docker-compose down
|
|
|