diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 09:02:49 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 09:02:49 +0100 |
commit | a95017cf1e1761fef1ec029105d1c25f954741d4 (patch) | |
tree | 5e3b2e7f6ad788ef8a0f785056400442bb4d1cc7 /docker/jitsi/README.md | |
parent | 8fe3a046a480cf4ea8e19228d408265c279eeff9 (diff) | |
download | infrastructure-a95017cf1e1761fef1ec029105d1c25f954741d4.tar.gz infrastructure-a95017cf1e1761fef1ec029105d1c25f954741d4.zip |
Add tags and hostnamefeature/jitsi
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 +``` |