fix: align litefs replication to port 20202
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 37s

This commit is contained in:
2026-02-07 19:00:46 -08:00
parent 0af6a3270e
commit 3eaa84872c
2 changed files with 9 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ job "navidrome-litefs" {
}
port "litefs" {
static = 20202
to = 8081 # Maps host 20202 to container 8081 (LiteFS Replication)
to = 20202 # Maps host 20202 to container 20202 (LiteFS Replication)
}
}