Refactor port again
Some checks failed
CI / Test (1.22) (push) Failing after -24m17s
CI / Test (1.23) (push) Failing after -24m17s
CI / Build (push) Successful in -26m37s
CI / Lint (push) Successful in -26m23s

This commit is contained in:
Hein
2026-02-04 14:22:12 +02:00
parent 52241190b5
commit 592ed24204
16 changed files with 76 additions and 76 deletions

View File

@@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
container_name: whatshooked-server
ports:
- "0.0.0.0:8025:8025"
- "0.0.0.0:8825:8825"
volumes:
# Mount config file
- type: bind
@@ -25,7 +25,7 @@ services:
# Health check
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8025/health"]
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8825/health"]
interval: 30s
timeout: 10s
retries: 3