mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Fixing docker-compose prod (#1741)
This commit is contained in:
parent
2822f5a126
commit
46b223e3c5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ services:
|
|||
environment:
|
||||
- LEMMY_INTERNAL_HOST=lemmy:8536
|
||||
- LEMMY_EXTERNAL_HOST=localhost:8536
|
||||
- LEMMY_HTTPS=false
|
||||
- LEMMY_HTTPS=true
|
||||
depends_on:
|
||||
- lemmy
|
||||
|
||||
|
|
Loading…
Reference in a new issue