chore: rename schema mount from eros-schema.yaml to schema.yaml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
82925cee7c
commit
c12cde46e8
@ -28,4 +28,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
|
|||||||
CMD curl -sf http://localhost:9500/health || exit 1
|
CMD curl -sf http://localhost:9500/health || exit 1
|
||||||
ENV TIDAL_SERVER_LOG=info
|
ENV TIDAL_SERVER_LOG=info
|
||||||
ENTRYPOINT ["/usr/local/bin/tidal-server"]
|
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"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user