Skip to content

Commit

Permalink
Remove sudo from docker-compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
anetteu committed Feb 8, 2022
1 parent 7e31469 commit 8a36fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ sudo apt install docker-compose
Build the docker container:

```
sudo docker-compose build
docker-compose build
```

Start Flotilla by running:

```
sudo docker-compose up
docker-compose up
```

or

```
sudo docker-compose up --build
docker-compose up --build
```

0 comments on commit 8a36fd5

Please sign in to comment.