💚 Potential fix for internal next auth url

This commit is contained in:
Manuel
2023-08-05 10:36:07 +02:00
parent 4d6b120864
commit 5ee740bd67
4 changed files with 4 additions and 4 deletions

View File

@@ -20,6 +20,5 @@ EXPOSE 7575
ENV PORT 7575
ENV NEXTAUTH_SECRET NOT_IN_USE_BECAUSE_JWTS_ARE_UNUSED
ENV NEXTAUTH_URL_INTERNAL http://homarr:7575
CMD ["sh", "./scripts/run.sh"]