From dcc2a551d24bedd380eba651f343979eef8681e2 Mon Sep 17 00:00:00 2001 From: Raynor Date: Wed, 28 Dec 2022 01:28:48 +0000 Subject: [PATCH] Added sudos --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index df3936f..31883e1 100644 --- a/readme.md +++ b/readme.md @@ -31,10 +31,10 @@ To run it in docker -- recommended 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 clone https://github.com/raynormast/fake-firehose.git` 4. Go into the created directory: `cd fake-firehose` -5. `docker build -t fakefirehose .` +5. `sudo 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. 7. Edit your `.env.production` file. The file is fairly well commented. -8. Run `docker compose -f docker-compose.yml` +8. Run `sudo docker compose -f docker-compose.yml` The entire thing should look something like: ```