mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-18 03:01:09 +01:00
Allow custom nextauth port (#1663)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "Exporting hostname..."
|
echo "Exporting hostname..."
|
||||||
export NEXTAUTH_URL_INTERNAL="http://$HOSTNAME:7575"
|
export NEXTAUTH_URL_INTERNAL="http://$HOSTNAME:${PORT:-7575}"
|
||||||
|
|
||||||
echo "Migrating database..."
|
echo "Migrating database..."
|
||||||
cd ./migrate; yarn db:migrate & PID=$!
|
cd ./migrate; yarn db:migrate & PID=$!
|
||||||
|
|||||||
Reference in New Issue
Block a user