fix(docker): 🐛 Update port mapping to bind address
Some checks failed
CI / Test (1.22) (push) Failing after -24m33s
CI / Test (1.23) (push) Failing after -24m31s
CI / Build (push) Successful in -26m42s
CI / Lint (push) Successful in -26m34s

This commit is contained in:
Hein
2026-02-04 13:52:36 +02:00
parent a6f5c1705d
commit 758c20ecfe

View File

@@ -7,7 +7,7 @@ services:
dockerfile: Dockerfile
container_name: whatshooked-server
ports:
- "8025:8025"
- "0.0.0.0:8025:8025"
volumes:
# Mount config file
- type: bind