Skip to content

Commit

Permalink
fix-issue-330. (odk-x#218)
Browse files Browse the repository at this point in the history
* fix-issue-330.

* revert commit

* revert commit

* update changes to issue

* increase underline length

* change heading
  • Loading branch information
vkamunya authored Apr 19, 2022
1 parent 9512c77 commit bc1ae5d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions odkx-src/sync-endpoint-cloud-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,16 +577,23 @@ Launching the ODK-X Server
.. image:: /img/setup-azure/azure11.png
:width: 600

.. _sync-endpoint-setup-take-stack-down-and-bring-back-up:

Take the Stack/Swarm Down and Bring it Back Up
----------------------------------------------------

.. note::
If you are unable to log in, you may need to take the docker stack down and bring it back up again. That can be done with the following commands below:

.. code-block:: console
$ docker stack rm syncldap
$ docker stack rm syncldap
In order to bring the stack/swarm up with HTTPS support, execute this command in the sync-endpoint-default-setup folder:

.. code-block:: console
$ docker stack deploy -c /root/sync-endpoint-default-setup/docker-compose.yml syncldap
$ docker stack deploy -c docker-compose.yml -c docker-compose-https.yml syncldap
.. _sync-anonymous-cloud:

Expand Down

0 comments on commit bc1ae5d

Please sign in to comment.