lemmy
lemmy copied to clipboard
Fix ports used by docker
- 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.
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.