not authenticating no longer default in docker-compose

pull/73/head^2
Christopher Usher 5 years ago
parent 611a4bd793
commit 689101b1ee

@ -176,7 +176,7 @@
command: [
"--backdoor-port", std.toString($.backdoor_port),
$.db_connect,
"--no-authentication",
// "--no-authentication", //uncomment to run thrimshim without authentication
],
// Mount the segments directory at /mnt
volumes: ["%s:/mnt" % $.segments_path],

Loading…
Cancel
Save