Skip to content

Commit

Permalink
Merge pull request #6 from tindor/master
Browse files Browse the repository at this point in the history
Fixed missing --build-arg in the README.md
  • Loading branch information
meinside authored Mar 5, 2023
2 parents 031a8da + bed42d3 commit bd91a8d
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 @@ -124,7 +124,7 @@ Build with optional build arguments, (see the argument names and default values
$ docker-compose build

# or with custom values
$ docker-compose build --build-arg PORT=9999 --build-arg USERNAME=user PASSWORD=some-password
$ docker-compose build --build-arg PORT=9999 --build-arg USERNAME=user --build-arg PASSWORD=some-password
```

then run with:
Expand Down

0 comments on commit bd91a8d

Please sign in to comment.