Fix docker dev port

This commit is contained in:
Dessalines 2021-12-04 15:13:18 -05:00
parent 41c8985473
commit eeb8acc2a3

View file

@ -24,7 +24,7 @@ cd docker/dev
./docker_update.sh ./docker_update.sh
``` ```
and go to http://localhost:1235. and go to http://localhost:1236
*Note: many features (like docs and pictures) will not work without using an nginx profile like that in `ansible/templates/nginx.conf`. *Note: many features (like docs and pictures) will not work without using an nginx profile like that in `ansible/templates/nginx.conf`.
@ -37,5 +37,4 @@ To speed up the Docker compile, add the following to `/etc/docker/daemon.json` a
} }
``` ```
If the build is still too slow, you will have to use a If the build is still too slow, you will have to use a [local build](local_development.md) instead.
[local build](local_development.md) instead.