From cc9004fbc2aec2eda3237aadf3bbae522aba828d Mon Sep 17 00:00:00 2001 From: John Martinez Date: Tue, 19 Sep 2023 17:43:13 +0000 Subject: [PATCH] Code review feedback --- docs/docker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 8a32fe4f..6a53db9f 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -117,14 +117,14 @@ docker compose up Now you need to create your site superuser. Stop the server (Ctrl-C) and then type: ```bash -docker-compose run app /venv/bin/umap createsuperuser` -`````` +docker-compose run app /venv/bin/umap createsuperuser +``` Once that's done, you can relaunch your server with `docker compose up` ### Try It! -You should not ne able to brose to your uMap instance form a browser on your local system, by pointing your browser to ${SITE_URL} (see the docker-compose file, above.) +You should now be able to browse to your uMap instance from a browser on your local system, by pointing your browser to `https://localhost:8001/` (equivalent to `${SITE_URL}` in the docker-compose file, above). ### Administration