mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
898 B
898 B
docker mastodon
create configuration
docker-compose run --rm web bundle exec rake mastodon:setup
cleanup
cd /home/administrator/docker-compose/mastodon/
docker-compose down
docker volume rm mastodon_data mastodon_database mastodon_redis
cd /home/administrator/docker-compose/ &&
rm -vR /home/administrator/docker-compose/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