mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-13 00:07:08 +00:00
Merge pull request #1435 from LemmyNet/fix_lemmy_prod_open_port
Closing open lemmy-ui prod port. Fixes #1430
This commit is contained in:
commit
6f683682c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue