1
0
Fork 0

fix docker setup example

This commit is contained in:
hnrd 2023-02-17 15:25:34 +01:00
parent d466f59781
commit 2901b87d87
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ The entire thing should look something like:
cd ~
mkdir MastodonFireHose
cd MastodonFirehose
git pull https://github.com/raynormast/fake-firehose.git
git clone https://github.com/raynormast/fake-firehose.git
cd fake-firehose
docker build -t fakefirehose .
# Edit your docker-compose and .env.production here