Skip to content

Commit

Permalink
docs: add docker hub info into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 4, 2024
1 parent 33a6266 commit bfe26ce
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,19 @@ pg_dump -U root -h localhost cslant_blog >> /docker-entrypoint-initdb.d/cslant_b
```bash
psql -U root -h localhost cslant_blog < /docker-entrypoint-initdb.d/cslant_blog.sql
```

## Docker Hub

[CSlant Docker Hub](https://hub.docker.com/r/cslant)

In this docker repository, we have the following images:

- [cslant/blog-php](https://hub.docker.com/r/cslant/blog-php)
- [cslant/blog-worker](https://hub.docker.com/r/cslant/blog-worker)
- [cslant/blog-node](https://hub.docker.com/r/cslant/blog-node)

---

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 comments on commit bfe26ce

Please sign in to comment.