Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smileexpression/destiny
https://github.com/smileexpression/destiny
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smileexpression/destiny
- Owner: smileexpression
- License: mit
- Created: 2024-09-10T04:22:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T14:54:26.000Z (2 months ago)
- Last Synced: 2024-10-12T13:41:33.033Z (about 1 month ago)
- Language: Go
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# destiny
Something vague.
```bash
docker run -p 9000:9000 -p 9001:9001 \
--name minio \
-d --restart=always \
-e "MINIO_ACCESS_KEY=xxx" \
-e "MINIO_SECRET_KEY=xxx" \
-v /Users/smileexpression/softwareData/minio:/data \
minio/minio server \
/data --console-address ":9001" -address ":9000"
``````bash
docker run --name redis -p 6379:6379 -d redis
```