1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/sentry/README.md
2019-01-11 14:35:28 +08:00

18 lines
422 B
Markdown

sentry
======
[Sentry][1] is cross-platform application monitoring, with a focus on error reporting.
```bash
$ docker-compose up -d
$ docker-compose exec sentry sentry upgrade
Would you like to create a user account now? [Y/n]: y
Email: root@easypi.pro
Password: ******
Repeat for confirmation: ******
Should this user be a superuser? [y/N]: y
User created: root@easypi.pro
```
[1]: https://github.com/getsentry/sentry