Skip to content

Commit

Permalink
Remove default versions for container args, since they are already on…
Browse files Browse the repository at this point in the history
… display in the Dockerfile
  • Loading branch information
dogukancagatay committed Mar 16, 2024
1 parent 9d5bdb3 commit 14a320b
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 @@ -30,9 +30,9 @@ You probably won't but you can run the image with the above command.

You can build your own images specifying following build arguments.

- `DOCKER_VERSION`: Docker version to be installed. Default: `20.10.14`
- `DOCKER_VERSION`: Docker version to be installed.
- `DOCKER_CHANNEL`: Docker release channel. Can be one of _stable_, _test_, _nightly_. Default: `stable`
- `DOCKER_COMPOSE_VERSION`: Version of the _docker-compose_. Default: `2.4.1`
- `DOCKER_COMPOSE_VERSION`: Version of the _docker-compose_.

## Credits

Expand Down

0 comments on commit 14a320b

Please sign in to comment.