mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 19:31:05 +00:00
Update to fix nginx proxy config for Docker Installs (#2908)
* Update to fix nginx proxy config * Update docker-compose.yml - fix type --------- Co-authored-by: Jax Gauthier <jax@gauthier.id>
This commit is contained in:
parent
1b4f995706
commit
d439bdf8b4
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ services:
|
||||||
- lemmyexternalproxy
|
- lemmyexternalproxy
|
||||||
ports:
|
ports:
|
||||||
# actual and only port facing any connection from outside
|
# actual and only port facing any connection from outside
|
||||||
- "1236:1236"
|
# Note, change the left number if port 80 is already in use on your system (or you want to run a reverse proxy outside this config)
|
||||||
- "8536:8536"
|
- "80:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro,Z
|
- ./nginx.conf:/etc/nginx/nginx.conf:ro,Z
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue