Skip to content

Instantly share code, notes, and snippets.

View dorianim's full-sized avatar
📚
Studying

Dorian Zedler dorianim

📚
Studying
View GitHub Profile
@TrillCyborg
TrillCyborg / mastodon-docker-setup.md
Last active June 30, 2024 02:37
Mastodon Docker Setup

Mastodon Docker Setup

Setting up

Clone Mastodon's repository.

# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live

cd ~/live