mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-05 17:20:35 +00:00
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:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user