fix: align litefs replication to port 20202
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 37s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 37s
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user