Fixed ref to hostname

This commit is contained in:
niten 2023-07-07 23:08:05 -07:00
parent b9504ef299
commit a22d45c192
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ in {
oci-containers.lemmy = {
environment = {
LEMMY_UI_LEMMY_INTERNAL_HOST = "lemmy:8536";
LEMMY_UI_LEMMY_EXTERNAL_HOST = hostname;
LEMMY_UI_LEMMY_EXTERNAL_HOST = cfg.hostname;
LEMMY_UI_HTTPS = true;
PICTRS_OPENTELEMETRY_URL = "http://otel:4137";
RUST_LOG = "debug";