Skip to content

Commit

Permalink
Fix typo in docker-compose invocation (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jul 6, 2022
1 parent 38f7cf0 commit 975f2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This provides a `Dockerfile` (with context) as well as a `docker-compose.yml` fi
6. Start the container:
```sh
sudo docker-compose up --detach --force-create
sudo docker-compose up --detach --force-recreate
```
## Usage on the NAS with `docker-compose` and `git`
Expand Down Expand Up @@ -74,5 +74,5 @@ This provides a `Dockerfile` (with context) as well as a `docker-compose.yml` fi
6. Start the container:
```sh
sudo docker-compose up --detach --force-create
sudo docker-compose up --detach --force-recreate
```

0 comments on commit 975f2c5

Please sign in to comment.