Skip to content

Commit

Permalink
Update server_mode.rst with better docker run commands (#6976)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomers committed Nov 2, 2023
1 parent d0faccd commit bd71374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/server_mode.rst
Expand Up @@ -98,8 +98,8 @@ This is stored in two different repositories:

.. code-block:: bash
docker run motoserver/moto:latest
docker run ghcr.io/getmoto/motoserver:latest
docker run --rm -p 5000:5000 --name moto motoserver/moto:latest
docker run --rm -p 5000:5000 --name moto ghcr.io/getmoto/motoserver:latest
Example docker-compose.yaml
Look at `server.py <https://github.com/getmoto/moto/blob/master/moto/server.py>`_ to find more environment variables.
Expand Down

0 comments on commit bd71374

Please sign in to comment.