From c12cde46e8b4775d6736c3475b9dd4a90f5e5739 Mon Sep 17 00:00:00 2001 From: Alan Kahn Date: Tue, 3 Mar 2026 10:06:28 -0500 Subject: [PATCH] chore: rename schema mount from eros-schema.yaml to schema.yaml Co-Authored-By: Claude Opus 4.6 --- docker/deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/deploy/Dockerfile b/docker/deploy/Dockerfile index 44ca6fe..ef8563f 100644 --- a/docker/deploy/Dockerfile +++ b/docker/deploy/Dockerfile @@ -28,4 +28,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \ CMD curl -sf http://localhost:9500/health || exit 1 ENV TIDAL_SERVER_LOG=info ENTRYPOINT ["/usr/local/bin/tidal-server"] -CMD ["standalone", "--listen", "0.0.0.0:9500", "--schema", "/config/eros-schema.yaml", "--data-dir", "/data"] +CMD ["standalone", "--listen", "0.0.0.0:9500", "--schema", "/config/schema.yaml", "--data-dir", "/data"]