From: Justin Gauthier Date: Mon, 5 Jun 2023 10:43:31 +0000 (-0400) Subject: Update to fix nginx proxy config for Docker Installs (#2908) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=d439bdf8b4a9d3666e8893e955ad45418ab316f5;p=lemmy.git 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 --- diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index e33a3ecd..1305c73c 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -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