pull/113/merge
Soobin Rho 2022-10-21 04:29:51 -05:00 committed by GitHub
commit ac6d3f34bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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"
@ -142,12 +142,12 @@ FLARUM_ADMIN_MAIL=admin@domain.tld
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).