update(flarum): beta.7.2
parent
9b14a7212e
commit
c77de8962e
|
@ -10,7 +10,7 @@ Simple forum software for building great communities. http://flarum.org/
|
||||||
|
|
||||||
- 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.1)
|
- Latest [Flarum Core](https://github.com/flarum/core) (v0.1.0-beta.7.2)
|
||||||
- MySQL/Mariadb driver
|
- MySQL/Mariadb driver
|
||||||
- OPCache extension configured
|
- OPCache extension configured
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ Simple forum software for building great communities. http://flarum.org/
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Pull from hub.docker.com :
|
# Pull from hub.docker.com :
|
||||||
docker pull mondedie/docker-flarum:0.1.0-beta.7.1-stable
|
docker pull mondedie/docker-flarum:0.1.0-beta.7.2-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
|
||||||
|
@ -65,7 +65,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
flarum:
|
flarum:
|
||||||
image: mondedie/docker-flarum:0.1.0-beta.7.1-stable
|
image: mondedie/docker-flarum:0.1.0-beta.7.2-stable
|
||||||
container_name: flarum
|
container_name: flarum
|
||||||
environment:
|
environment:
|
||||||
- FORUM_URL=http://flarum.local
|
- FORUM_URL=http://flarum.local
|
||||||
|
|
Loading…
Reference in New Issue