mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Fix docker dev port (#116)
This commit is contained in:
parent
41c8985473
commit
d7c0895873
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
|
||||||
|
|
Loading…
Reference in a new issue