docs(): update readme

pull/26/head
Hardware 2018-01-14 11:34:42 +01:00
parent 0ffd6913f8
commit a4e57065b7
No known key found for this signature in database
GPG Key ID: EC6DF6F90263EDEA
1 changed files with 5 additions and 5 deletions

View File

@ -10,13 +10,13 @@ Flarum is the next-generation forum software that makes online discussion fun. I
- Lightweight & secure image
- Based on Alpine Linux with **nginx** and **PHP 7**
- Latest Flarum Beta (v0.1.0-beta.7)
- Latest Flarum Beta (v0.1.0-beta.7.1)
- MySQL/Mariadb driver
- OPCache extension configured
### Build-time variables
- **VERSION** = Version of flarum (default: *v0.1.0-beta.7*)
- **VERSION** = Version of flarum (default: *v0.1.0-beta.7.1*)
### Ports
@ -48,7 +48,7 @@ Flarum is the next-generation forum software that makes online discussion fun. I
```
# Pull from hub.docker.com :
docker pull mondedie/docker-flarum:0.1.0-beta.7-stable
docker pull mondedie/docker-flarum:0.1.0-beta.7.1-stable
# or build it manually :
docker build -t mondedie/docker-flarum https://github.com/mondediefr/flarum.git#master
@ -60,7 +60,7 @@ Adapt to your needs :
```
flarum:
image: mondedie/docker-flarum:0.1.0-beta.7-stable
image: mondedie/docker-flarum:0.1.0-beta.7.1-stable
container_name: flarum
links:
- mariadb:mariadb
@ -100,7 +100,7 @@ docker-compose up -d
:warning: Disable 3rd party extensions prior to upgrading.
```
docker pull mondedie/docker-flarum:0.1.0-beta.7-stable && docker-compose up -d
docker pull mondedie/docker-flarum:0.1.0-beta.7.1-stable && docker-compose up -d
```
Navigate to `yourforum.com/admin`, enter your database password and update.