1
0
Fork 0

Fixed typo

This commit is contained in:
Raynor 2022-12-28 01:27:21 +00:00
parent c33b08165f
commit 1ccee8638d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ To run it in docker -- recommended
1. Make sure you have [docker installed](https://docs.docker.com/engine/install/).
2. From your shell: create a directory, it is recommended that you give it a relevant name
3. Go into that directory and use `git pull https://github.com/raynormast/fake-firehose.git`
3. Go into that directory and use `git clone https://github.com/raynormast/fake-firehose.git`
4. Go into the created directory: `cd fake-firehose`
5. `docker build -t fakefirehose .`
6. Edit your `docker-compose.yml` file as needed. **The biggest thing** is to watch the volumes. It is _highly_ recommended that you keep your data directory in the parent directory, and NOT the directory the git repo is in.