Browse Source

Change port as port 8005 is used by guacamole

Robert Middleswarth 2 years ago
parent
commit
11f941569f
1 changed files with 1 additions and 1 deletions
  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