소스 검색

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