X-Git-Url: http://these/git/?a=blobdiff_plain;f=docs%2Fsrc%2Fcontributing_docker_development.md;h=23b9fa00506fdf81b93d6543bedfa758748a7636;hb=5c6258390c46159c16f49295314c6519215fc6ae;hp=afa05107281c355775cd99903539736422f43cb1;hpb=b69524b498983da636b3a31f5acb74fbb1f13ab4;p=lemmy.git diff --git a/docs/src/contributing_docker_development.md b/docs/src/contributing_docker_development.md index afa05107..23b9fa00 100644 --- a/docs/src/contributing_docker_development.md +++ b/docs/src/contributing_docker_development.md @@ -9,7 +9,9 @@ cd lemmy/docker/dev sudo docker-compose up --no-deps --build ``` -and go to http://localhost:8536. +and go to http://localhost:1235. + +*Note: many features (like docs and pictures) will not work without using an nginx profile like that in `ansible/templates/nginx.conf`. To speed up the Docker compile, add the following to `/etc/docker/daemon.json` and restart Docker. ```