Skip to content

Commit

Permalink
use latest in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jun 11, 2020
1 parent e704a58 commit 63e82e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please note, that this demo has very limited computing resources, strict rate li
Container will run without any initial configuration needed using SQLite as database provider. For better performance consider using MySQL.

```sh
docker run -d -p 80:80 -v $PWD/data:/var/www/html/data m1k1o/blog
docker run -d -p 80:80 -v $PWD/data:/var/www/html/data m1k1o/blog:latest
```

You can set environment variables, prefixed with `BLOG_` and uppercase. They can be found in `config.ini`.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
webserver:
image: m1k1o/blog
image: m1k1o/blog:latest
container_name: blog_apache
environment:
TZ: Europe/Vienna
Expand Down

0 comments on commit 63e82e9

Please sign in to comment.