Browse Source

Change port as port 8005 is used by guacamole

Robert Middleswarth 2 năm trước cách đây
mục cha
commit
11f941569f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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