mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-20 06:07:05 +00:00
Use multi-line run command with pipe operator (|) instead of inline command with || operator to avoid YAML parsing errors. The || operator was causing 'mapping values are not allowed here' syntax errors in the YAML parser.