Skip to content

nyxkrage/mastodon-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mastodon with Docker

This is a setup for Running Mastodon with Docker with all features including email, full-text search, and file support

All behind a Traefik reverse proxy, in a seperate compose file in-case of wanting more than just Mastodon behind it

Getting Started

  1. Make sure to set vm.max_map_count to at least 262144 for ElasticSearch to work
# sysctl -w vm.max_map_count=262144
# echo "vm.max_map_count = 262144" > /etc/sysctl.d/96-max-map-count.conf
  1. Make sure you can execute docker without root
  2. Make sure whiptail, htpasswd, docker and docker compose are available from the command line
  3. Run the setup.sh script
$ bash setup.sh

About

Mastodon with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages