docs(): update readme
parent
0ffd6913f8
commit
a4e57065b7
10
README.md
10
README.md
|
@ -10,13 +10,13 @@ Flarum is the next-generation forum software that makes online discussion fun. I
|
||||||
|
|
||||||
- Lightweight & secure image
|
- Lightweight & secure image
|
||||||
- Based on Alpine Linux with **nginx** and **PHP 7**
|
- 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
|
- MySQL/Mariadb driver
|
||||||
- OPCache extension configured
|
- OPCache extension configured
|
||||||
|
|
||||||
### Build-time variables
|
### 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
|
### Ports
|
||||||
|
|
||||||
|
@ -48,7 +48,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:0.1.0-beta.7-stable
|
docker pull mondedie/docker-flarum:0.1.0-beta.7.1-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
|
||||||
|
@ -60,7 +60,7 @@ Adapt to your needs :
|
||||||
|
|
||||||
```
|
```
|
||||||
flarum:
|
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
|
container_name: flarum
|
||||||
links:
|
links:
|
||||||
- mariadb:mariadb
|
- mariadb:mariadb
|
||||||
|
@ -100,7 +100,7 @@ docker-compose up -d
|
||||||
:warning: Disable 3rd party extensions prior to upgrading.
|
: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.
|
Navigate to `yourforum.com/admin`, enter your database password and update.
|
||||||
|
|
Loading…
Reference in New Issue