瀏覽代碼

Merge pull request #1027 from Djyp/dev

Added an env var in the Dockerfile
daniel 6 年之前
父節點
當前提交
1fcf6d6599
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      contrib/docker/Dockerfile.apache

+ 1 - 0
contrib/docker/Dockerfile.apache

@@ -54,6 +54,7 @@ ENV APP_ENV=production \
     DB_HOST=db \
     BROADCAST_DRIVER=log \
     QUEUE_DRIVER=redis \
+    HORIZON_EMBED=TRUE \
     HORIZON_PREFIX=horizon-pixelfed \
     REDIS_HOST=redis \
     SESSION_SECURE_COOKIE=true \