Fix docker dev port (#116)

This commit is contained in:
Dessalines 2021-12-15 10:29:02 -05:00 committed by GitHub
parent 41c8985473
commit d7c0895873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.