https://github.com/hadim/docker-hashview
https://github.com/hadim/docker-hashview
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hadim/docker-hashview
- Owner: hadim
- License: mit
- Created: 2019-03-28T03:04:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T19:55:47.000Z (over 6 years ago)
- Last Synced: 2025-03-15T14:01:44.806Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for hashview
A Docker image for [Hashview](https://github.com/hashview/hashview).
## Usage
```bash
docker-compose build
docker-compose up -d
# Display logs with:
docker-compose logs -f
```
If everything woked, access hashview at [https://localhost:4567/](https://localhost:4567/).
## License
[MIT](./LICENSE).
## Authors
- Hadrien Mary