Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docker pull mondedie/flarum:latest
docker build -t mondedie/flarum:latest https://github.com/mondediefr/docker-flarum.git
```

#### 2 - Docker-compose.yml
#### 2 - docker-compose.yml

```yml
version: "3"
Expand Down Expand Up @@ -142,12 +142,12 @@ [email protected]
FLARUM_TITLE=Test flarum
```

Run your docker-compose
Run your Compose file

```sh
docker-compose up -d mariadb
docker compose up -d mariadb
# Wait a moment for the creation of the database
docker-compose up -d flarum
docker compose up -d flarum
```

* :warning: Your admin password must contain at least **8 characters** (FLARUM_ADMIN_PASS).
Expand Down