Skip to content

Update README with Docker service restart instructions#279

Open
johannstieger wants to merge 1 commit intokereis:developfrom
johannstieger:patch-1
Open

Update README with Docker service restart instructions#279
johannstieger wants to merge 1 commit intokereis:developfrom
johannstieger:patch-1

Conversation

@johannstieger
Copy link

@johannstieger johannstieger commented Dec 27, 2025

If you use --restart-services it is important to change the space sign after the command to an eqal sign: `command: --restart-services=service1,service2,service3

Closes #231

If you use `--restart-services` it is important to change the space sign after the command to an eqal sign: `command: --restart-services=service1,service2,service3`!
@kereis
Copy link
Owner

kereis commented Jan 6, 2026

Hi @johannstieger,

thanks for your contribution. There's a tiny typo in your added documentation.

I think in the long run, we should take a look at how to make that equal sign optional, because it does not seem very consistent with --restart-containers.

@kereis kereis added the type: docs Related to documentation and information. label Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: docs Related to documentation and information.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

--restart-services argument (without any container) made the command to fail

2 participants