Skip to content

Instantly share code, notes, and snippets.

@xar
Created August 28, 2016 10:21
Show Gist options
  • Save xar/40adad2d0320a1734040393889f5c3ff to your computer and use it in GitHub Desktop.
Save xar/40adad2d0320a1734040393889f5c3ff to your computer and use it in GitHub Desktop.
Remove register option from sentry in docker.
docker exec -it sentry_container_id bash
echo "SENTRY_FEATURES['auth:register'] = False" >> /etc/sentry/sentry.conf.py
restart container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment