浏览代码

Change port as port 8005 is used by guacamole

Robert Middleswarth 2 年之前
父节点
当前提交
11f941569f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stack/paperless-ngx.yml

+ 1 - 1
stack/paperless-ngx.yml

@@ -14,7 +14,7 @@ services:
     depends_on:
       - broker
     ports:
-      - 8005:8000
+      - 8010:8000
     healthcheck:
       test: ["CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000"]
       interval: 30s