fix: remove quotes from docker .env files because they are not parsed properly

This commit is contained in:
2023-03-24 03:11:28 -07:00
parent d42dc7b5e4
commit a0d52958e8
6 changed files with 21 additions and 16 deletions

View File

@@ -1 +1 @@
JELLYFIN_PublishedServerUrl="https://jellyfin.{{ domain }}"
JELLYFIN_PublishedServerUrl=https://jellyfin.{{ domain }}