Skip to content

Fix Synology docker-compose example (issue #98)#101

Merged
gantoine merged 1 commit into
mainfrom
fix/synology-compose-example
Jul 20, 2026
Merged

Fix Synology docker-compose example (issue #98)#101
gantoine merged 1 commit into
mainfrom
fix/synology-compose-example

Conversation

@gantoine

Copy link
Copy Markdown
Member

Fixes #98

Problem

Two issues reported by a user following the Synology install guide:

  1. The docker-compose example didn't render. The snippet include on docs/install/synology.md was commented out and had been dead since the file's first commit, so the page showed an empty example admonition.

  2. start_interval breaks validation on Synology. The user hit services.romm-db.healthcheck Additional property start_interval is not allowed. Synology's Container Manager ships an older Docker Compose that doesn't support start_interval.

Changes

  • Uncomment the compose include and reformat it to match the working truenas.md / quick-start.md pattern (verified byte-identical to truenas.md). The example now renders.
  • Remove start_interval: 10s from the Synology healthcheck. This aligns with the "simplified healthcheck" the page already advertises, and the healthcheck still works using interval.

🤖 Generated with Claude Code

The compose snippet include on the Synology install page was commented
out and never rendered. Uncomment it and match the working truenas /
quick-start include pattern.

Also drop `start_interval` from the Synology healthcheck. Synology's
Container Manager ships an older Docker Compose that rejects it, which
matches the "simplified healthcheck" the page already advertises.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@gantoine
gantoine merged commit e4f69c5 into main Jul 20, 2026
4 checks passed
@gantoine
gantoine deleted the fix/synology-compose-example branch July 20, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install & Deploy > Synology page, there isn`t a docker-compose.yml file as example.

1 participant