forked from github-mirrorer/taskchampion-sync-server
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