4 lines
97 B
Bash
4 lines
97 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
ROCKET_TLS=disabled ROCKET_ADDRESS=0.0.0.0 ROCKET_PORT=8080 /app/bitwarden_rs
|