Customize Listen Address (#81)

Replace --port with --listen to allow specifying the interface as well

Also fix the docker-compose file and adjust tests to this change
This commit is contained in:
Marcel Röthke
2025-01-25 01:58:56 +01:00
committed by GitHub
parent 84d942213c
commit d5e7c88608
3 changed files with 35 additions and 18 deletions

View File

@ -56,7 +56,7 @@ services:
volume:
nocopy: true
subpath: tss
command: --data-dir /tss/taskchampion-sync-server --port 8080
command: --data-dir /tss/taskchampion-sync-server --listen 0.0.0.0:8080
environment:
- RUST_LOG=info
depends_on: