move to unused pot 8095

This commit is contained in:
Simon Martens
2025-09-30 12:51:27 +02:00
parent 320903cc01
commit 1be22a6c0c
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY . .
RUN go build
EXPOSE 8082
EXPOSE 8095
CMD ["./lenz-web"]

View File

@@ -5,7 +5,7 @@ services:
volumes:
- kgpz_data:/app/data
ports:
- "8000:8080"
- "8095:8095"
volumes:
kgpz_data:

View File

@@ -21,7 +21,7 @@ const (
DEFAULT_SEARCH_CACHE_DIR = "search"
DEFAULT_PICTURES_DIR = "pictures"
DEFAULT_PORT = "8080"
DEFAULT_PORT = "8095"
DEFAULT_ADDR = "localhost"
DEFAULT_HTTPS = false