docs (mastodon): Add missing --detach flag

Also fix a leftover backslash
pull/13/head
teutat3s 2023-10-09 18:57:00 +02:00
parent 9021c7a3eb
commit ea0c662cab
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 3 additions and 1 deletions

View File

@ -60,6 +60,7 @@ docker cp --archive blue-mastodon_caddy_2:/data/caddy/certificates/acme-v02.api.
docker cp --archive blue-mastodon_caddy_2:/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mastodon.pub.solar ./certificates/acme-v02.api.letsencrypt.org-directory/
docker-compose --project-name blue-mastodon up \
--detach \
--scale caddy=2 \
--no-recreate \
--no-start
@ -79,8 +80,9 @@ Look for new releases on https://www.elastic.co/guide/en/elasticsearch/reference
and edit the docker image tag accordingly.
```
docker-compose --project-name blue-mastodon up \
--detach \
--scale elasticsearch=2 \
--no-recreate \
--no-recreate
# Stop old elasticsearch container
docker stop blue-mastodon_elasticsearch_2