diff options
Diffstat (limited to 'acid/config.sh')
-rw-r--r-- | acid/config.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acid/config.sh b/acid/config.sh index d3dcee6..ee6b5cc 100644 --- a/acid/config.sh +++ b/acid/config.sh @@ -26,6 +26,6 @@ CYCHE_SERVICES=( # in the list. As just mentioned, it can be named anything, but "cychedelic" # is conventional. - # <name> <url> <ref-pattern> - 'cychedelic https://your/cyche/source.git refs/remotes/origin/master' + # <name> <url> <ref-pattern> <compose-file> + 'cychedelic https://your/cyche/source.git refs/remotes/origin/master docker-compose.yml' ) |