Skip to content

Small typo for AIO webhook polling script #15399

Description

@KroetschVialutions

Before You Submit

  • I have checked for existing issues and pull requests related to my suggestion.
  • I have posted on the Nextcloud Community Help Forum if my suggestion is a troubleshooting scenario or I'm unsure about the solution.

Type of Suggestion

Reporting a mistake

Relevant Documentation Links

https://docs.nextcloud.com/server/latest/admin_manual/webhook_listeners/index.html#screen-or-tmux-session

Summary

The docker AIO command uses the wrong container name for the outer exec

Details

docker exec -it nextcloud-aio-nextcloud is used twice in the command, but that doesn't work.
The first exec should actually be docker exec -it nextcloud-aio-mastercontainer, then the command works as described in the docs.

Additional Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions