Skip to content

Commit

Permalink
Fix docker-compose argument order (#15)
Browse files Browse the repository at this point in the history
The docker-compose command line has the arguments in the wrong order. `-f $filename` should be before the subcommand.
  • Loading branch information
kcollasarundell committed Jan 19, 2021
1 parent 8d5dc86 commit b12d1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See `/_example/` for usage.

### Run

`docker-compose up -f _example/docker-compose.yaml --scale autocache=5`
`docker-compose -f _example/docker-compose.yaml up --scale autocache=5`

### Client

Expand Down

0 comments on commit b12d1ef

Please sign in to comment.