docs(): update readme

pull/14/head
Magicalex 2017-03-30 13:47:28 +02:00
parent 2bade84d19
commit 6f73d4bbc8
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Flarum is the next-generation forum software that makes online discussion fun. I
### Features ### Features
- Lightweight & secure image - Lightweight & secure image
- Based on Alpine Linux with **nginx** and **PHP 7** - Based on Alpine Linux with **nginx** and **PHP 7.1**
- Latest Flarum Beta (v0.1.0-beta.6) - Latest Flarum Beta (v0.1.0-beta.6)
- MySQL/Mariadb driver - MySQL/Mariadb driver
- OPCache extension configured - OPCache extension configured
@ -47,7 +47,7 @@ Flarum is the next-generation forum software that makes online discussion fun. I
``` ```
# Pull from hub.docker.com : # Pull from hub.docker.com :
docker pull mondedie/docker-flarum docker pull mondedie/docker-flarum:0.1.0-beta.6-stable
# or build it manually : # or build it manually :
docker build -t mondedie/docker-flarum https://github.com/mondediefr/flarum.git#master docker build -t mondedie/docker-flarum https://github.com/mondediefr/flarum.git#master
@ -59,7 +59,7 @@ Adapt to your needs :
``` ```
flarum: flarum:
image: mondedie/docker-flarum image: mondedie/docker-flarum:0.1.0-beta.6-stable
container_name: flarum container_name: flarum
links: links:
- mariadb:mariadb - mariadb:mariadb