]> Untitled Git - lemmy.git/blobdiff - docs/src/contributing_docker_development.md
Isomorphic docker (#1124)
[lemmy.git] / docs / src / contributing_docker_development.md
index afa05107281c355775cd99903539736422f43cb1..23b9fa00506fdf81b93d6543bedfa758748a7636 100644 (file)
@@ -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.
 ```