docs(): readme

pull/45/head
Magicalex 2019-11-28 15:01:01 +01:00
parent 6c81a8faea
commit 650a2e5b35
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 3 additions and 7 deletions

View File

@ -210,13 +210,6 @@ https://getcomposer.org/doc/03-cli.md#modifying-repositories
1 - Update your docker-compose file, see an example [here](https://github.com/mondediefr/docker-flarum/tree/master#2---docker-composeyml)
2 - Pull the last docker images
```sh
docker pull mondedie/docker-flarum:0.1.0-beta.11-stable
```
Update your docker-compose.yml file
```yml
version: "3"
@ -225,7 +218,10 @@ services:
image: mondedie/docker-flarum:0.1.0-beta.11-stable
```
2 - Pull the last docker images
```sh
docker pull mondedie/docker-flarum:0.1.0-beta.11-stable
docker-compose stop flarum
docker-compose rm flarum
docker-compose up -d flarum