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:
Justin Gauthier 2023-06-05 06:43:31 -04:00 committed by GitHub
parent 1b4f995706
commit d439bdf8b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ services:
- lemmyexternalproxy
ports:
# actual and only port facing any connection from outside
- "1236:1236"
- "8536:8536"
# 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)
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro,Z
restart: always