LemmyNet / lemmy-ansible

A docker deploy for ansible
GNU Affero General Public License v3.0
248 stars 94 forks source link

Lemmy-ui ports configuration when setting up with docker and reverse proxy is a bit confusing. #224

Closed gapetto closed 5 months ago

gapetto commented 5 months ago

Specifically lemmy-ui ports. 1234 and 1236. Couldn't we just use one? Sometimes it's one or the other. Check nginx configuration file and docker compose. Also env variables.

dessalines commented 5 months ago

Those two are necessary because 1234 is for the UI only, while 1236 is for the external nginx.

UI: 1234

BE: 8536

Nginx Proxy : 1236