Warn about using regular docker run
This commit is contained in:
@@ -140,7 +140,7 @@ docker-compose build
|
|||||||
docker build -t pleroma .
|
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:
|
Setup the database:
|
||||||
|
|
||||||
|
@@ -23,9 +23,9 @@ services:
|
|||||||
# Feel free to remove or override this section
|
# Feel free to remove or override this section
|
||||||
# See 'Build-time variables' in README.md
|
# See 'Build-time variables' in README.md
|
||||||
args:
|
args:
|
||||||
- "UID=911"
|
- "UID=1000"
|
||||||
- "GID=911"
|
- "GID=1000"
|
||||||
- "PLEROMA_VER=develop"
|
- "PLEROMA_VER=v2.4.2"
|
||||||
volumes:
|
volumes:
|
||||||
- ./uploads:/var/lib/pleroma/uploads
|
- ./uploads:/var/lib/pleroma/uploads
|
||||||
- ./static:/var/lib/pleroma/static
|
- ./static:/var/lib/pleroma/static
|
||||||
|
Reference in New Issue
Block a user