Update flarum to beta.8.1
parent
fea62b986c
commit
1c3568cb6d
10
README.md
10
README.md
|
@ -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.2**
|
- Based on Alpine Linux with **nginx** and **PHP 7.2**
|
||||||
- Latest [Flarum Core](https://github.com/flarum/core) (v0.1.0-beta.8)
|
- Latest [Flarum Core](https://github.com/flarum/core) (v0.1.0-beta.8.1)
|
||||||
- MySQL/Mariadb driver
|
- MySQL/Mariadb driver
|
||||||
- OPCache extension configured
|
- OPCache extension configured
|
||||||
|
|
||||||
|
@ -62,7 +62,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.8-stable
|
docker pull mondedie/docker-flarum:0.1.0-beta.8.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
|
||||||
|
@ -75,7 +75,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
flarum:
|
flarum:
|
||||||
image: mondedie/docker-flarum:0.1.0-beta.8-stable
|
image: mondedie/docker-flarum:0.1.0-beta.8.1-stable
|
||||||
container_name: flarum
|
container_name: flarum
|
||||||
env_file:
|
env_file:
|
||||||
- /mnt/docker/flarum/flarum.env
|
- /mnt/docker/flarum/flarum.env
|
||||||
|
@ -137,7 +137,7 @@ docker-compose up -d
|
||||||
|
|
||||||
![flarum-home](http://i.imgur.com/6kH9iTV.png)
|
![flarum-home](http://i.imgur.com/6kH9iTV.png)
|
||||||
|
|
||||||
### Upgrade to v0.1.0-beta.8 from v0.1.0-beta.7.2
|
### Upgrade to v0.1.0-beta.8.1 from v0.1.0-beta.7.2
|
||||||
|
|
||||||
:warning: Backup your database, config.php, composer.lock and assets folder
|
:warning: Backup your database, config.php, composer.lock and assets folder
|
||||||
:warning: Disable all 3rd party extensions prior to upgrading in panel admin.
|
:warning: Disable all 3rd party extensions prior to upgrading in panel admin.
|
||||||
|
@ -182,7 +182,7 @@ chown UID:GID /mnt/docker/flarum/flarum.env
|
||||||
4 - Pull the last docker images
|
4 - Pull the last docker images
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker pull mondedie/docker-flarum:0.1.0-beta.8-stable
|
docker pull mondedie/docker-flarum:0.1.0-beta.8.1-stable
|
||||||
docker-compose stop flarum
|
docker-compose stop flarum
|
||||||
docker-compose rm flarum
|
docker-compose rm flarum
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
Loading…
Reference in New Issue