fix: 🐛 Fix a bug with the QR code that always generate a QR code for localhost

Add an env variable and change README
This commit is contained in:
2024-07-01 18:01:04 +02:00
parent f057ed6374
commit d97dfafaa7
3 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ docker run -d \
-e n8n_webhook_create_playlist=N8N_WEBHOOK_URL \
-e n8n_webhook_add_tracks=N8N_WEBHOOK_URL \
-e environment=production \
-e hostname=https://example.com
gitea.louisgallet.fr/lgallet/makethisplaylist:latest
```