diff options
author | Badlop <badlop@process-one.net> | 2022-11-07 22:30:05 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2022-11-07 22:38:55 +0100 |
commit | e58920b2c6d1af873df3c85eb91709fe6efe0419 (patch) | |
tree | 18a41f30d9670e6792465cf6a9167d2e4771a60a | |
parent | Container: Add Composer Examples section (diff) |
Container: Update link to the local example of CTL_ON_CREATE usage
-rw-r--r-- | CONTAINER.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTAINER.md b/CONTAINER.md index 2b2b0c73..d5643a7c 100644 --- a/CONTAINER.md +++ b/CONTAINER.md @@ -211,7 +211,7 @@ and reads `CTL_ON_START` every time the container is started. Those variables can contain one ejabberdctl command, or several commands separated with the blankspace and `;` characters. -Example usage (see full example [docker-compose.yml](https://github.com/processone/docker-ejabberd/issues/64#issuecomment-887741332)): +Example usage (or check the [full example](#customized-example)): ```yaml environment: - CTL_ON_CREATE=register admin localhost asd |