lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

Fix ports used by docker

Open pe1uca opened this issue 1 year ago • 1 comments

  • Update host docker port to 1236 as described in the documentation
  • Update container docker port to 1236 as used in the nginx.conf file
  • Removed exposed port 8536 from dockerfile as it's already handled by nginx.

pe1uca avatar Jun 11 '23 01:06 pe1uca

Maybe it would be better to use port 80 for all containers? Its logical because its http, and means theres no need to lookup the port of each one separately. Of course this would require changes to docs and existing installations.

Nutomic avatar Jun 12 '23 09:06 Nutomic