Warn about using regular docker run

This commit is contained in:
peterrus
2022-03-17 12:39:55 +01:00
parent 0b03cafc9d
commit b094dae2cc
2 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ docker-compose build
docker build -t pleroma .
```
I prefer the latter because it's more verbose.
I prefer the latter because it's more verbose but this will ignore any build-time variables you have set in `docker-compose.yml`.
Setup the database: