Merge pull request #1435 from LemmyNet/fix_lemmy_prod_open_port

Closing open lemmy-ui prod port. Fixes #1430
This commit is contained in:
Nutomic 2021-02-17 16:42:32 +00:00 committed by GitHub
commit 6f683682c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ services:
lemmy-ui:
image: dessalines/lemmy-ui:0.9.7
ports:
- "1235:1234"
- "127.0.0.1:1235:1234"
restart: always
environment:
- LEMMY_INTERNAL_HOST=lemmy:8536