computer-playbook/roles/docker-mastodon/README.md

880 B

docker mastodon

create configuration

    docker-compose run --rm web bundle exec rake mastodon:setup

cleanup

cd {{path_docker_compose_files}}mastodon/
docker-compose down
docker volume rm mastodon_data mastodon_database mastodon_redis
cd {{path_docker_compose_files}} &&
rm -vR {{path_docker_compose_files}}mastodon

access terminal

docker exec -it mastodon-web-1 /bin/bash

set rights

After setting up mastodon you need to give the rights

docker exec -it -u root mastodon-web-1 chown -R 991:991 public

further information