Skip to content

Commit

Permalink
Document apache image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavqrcg authored Sep 11, 2023
1 parent 0537835 commit 52b75a7
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 @@ -11,7 +11,7 @@ To use this image, you must have [Docker](https://www.docker.com) installed.
### Inside your [Dockerfile](https://docs.docker.com/engine/reference/builder/#from)

```dockerfile
# you can use any of 7.x, 7.x-fpm, 8.x, 8.x-fpm as image tag
# you can use any of 7.x, 7.x-apache, 7.x-fpm, 8.x, 8.x-apache or 8.x-fpm as image tag
# can suffix tag with -debug for an image with xdebug e.g., php-8.x-debug
FROM ghcr.io/qrstuff/phackage:7.x

Expand All @@ -21,7 +21,7 @@ FROM ghcr.io/qrstuff/phackage:7.x
### Directly with `docker run`

```shell
# you can use any of 7.x, 7.x-fpm, 8.x, 8.x-fpm as image tag
# you can use any of 7.x, 7.x-apache, 7.x-fpm, 8.x, 8.x-apache or 8.x-fpm as image tag
# again, can suffix tag with -debug for an image with xdebug e.g., php-8.x-debug
$ docker run -it --rm -v .:/app -w /app ghcr.io/qrstuff/phackage:7.x composer install

Expand Down

0 comments on commit 52b75a7

Please sign in to comment.