Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstorm authored Feb 1, 2023
1 parent f17b1de commit b40419c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
**Tired of using WordPress and page generators? try Goose🦆**

## Overview
Goose is a simple and lightweight text-style blog application that only uses three tables to store blog data. It's built on top of Ruby on Rails and SQLite 3. Goose has a beautiful admin interface and is very easy to use and install, it's a good choice for a personal blog.
Goose is a simple and lightweight text-style blog application that only uses three tables to store blog data. It's built on top of Ruby on Rails and SQLite 3. Goose has a beautiful admin interface and `markdown` support, it's very easy to use, it's a good choice for a personal blog.

## Preview
Blog home | Article detail
Expand All @@ -26,7 +26,11 @@ Admin & Editor | Admin settings
### Docker

```
docker run -it -p 3000:3000 -e SECRET_KEY_BASE=happy-goose-blog -e RAILS_LOG_TO_STDOUT=1 goose/goose:v0.1.0-beta.3
docker pull gooseblog/gooseblog:v0.1.1-beta.2
```

```
docker run -it -p 3000:3000 -e SECRET_KEY_BASE=happy-goose-blog -e RAILS_LOG_TO_STDOUT=1 gooseblog/gooseblog:v0.1.1-beta.2
```

### Docker Compose
Expand All @@ -37,7 +41,7 @@ version: "3"

services:
goose:
image: goose/goose:v0.1.0-beta.3
image: gooseblog/gooseblog:v0.1.1-beta.2
ports:
- "80:3000"
environment:
Expand Down

0 comments on commit b40419c

Please sign in to comment.