Skip to content

Commit

Permalink
fix: set tusd port to something non-privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Jan 7, 2025
1 parent cd80bfb commit e46bdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/internal_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _galaxy_default_dispatcher: default_dispatcher # function and file name for the

# tusd for receiving files

tusd_port: 1080
tusd_port: 8081
tus_upload_store: "{{ _galaxy_root }}/tus_data"

# Variables for the docker role
Expand Down

0 comments on commit e46bdf0

Please sign in to comment.