Refactor media directory path in Swarm services.yml

This commit is contained in:
2024-09-10 03:56:08 +08:00
parent b99ae77c13
commit d02bf24203
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ HOST="localhost"
# DOMAINNAME="$(hostname).${TLD}"
HOSTNAME="node00"
# media directory for jellyfin
DATADIR="/home/user/media"
MEDIADIR="/var/media"
# subdomain for dashboard.
DASHBOARD_HOST="dashboard.example.lol"