Merge 2b6783aaf2
into 8fb03c885c
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
config-override.exs
|
@@ -134,9 +134,9 @@ Thus to update, just rebuild your image and recreate your containers:
|
||||
|
||||
```sh
|
||||
docker-compose pull # update the PostgreSQL if needed
|
||||
docker-compose build .
|
||||
docker-compose build --no-cache .
|
||||
# or
|
||||
docker build -t pleroma .
|
||||
docker build --no-cache -t pleroma .
|
||||
docker-compose run --rm web mix ecto.migrate # migrate the database if needed
|
||||
docker-compose up -d # recreate the containers if needed
|
||||
```
|
||||
|
Reference in New Issue
Block a user