Files
Homarr/scripts/run.sh

4 lines
83 B
Bash
Raw Normal View History

2023-08-05 00:45:58 +02:00
#!/bin/sh
export NEXTAUTH_URL_INTERNAL="http://$HOSTNAME:7575"
node /app/server.js