diff options
Diffstat (limited to 'docker/jitsi/README.md')
-rw-r--r-- | docker/jitsi/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/jitsi/README.md b/docker/jitsi/README.md index ea90274..70b59fc 100644 --- a/docker/jitsi/README.md +++ b/docker/jitsi/README.md @@ -18,3 +18,9 @@ To run the stack: ``` docker-compose -f 02_run.yml up --force-recreate ``` + +To push the stack on the docker registry: + +``` +docker-compose -f 02_run.yml push +``` |