Skip to content

Commit

Permalink
📝 Image docs
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Oct 26, 2024
1 parent 4ea3c6c commit 1f96933
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ on:
push:
branches:
- main
paths:
- .github/workflows/php.yaml
- php/*
- '!php/README.md'

permissions:
contents: write
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Containers

Publicly available Container Images (published on `ghcr.io`)

## Avaiable images

* [PHP](./php/README.md)
9 changes: 9 additions & 0 deletions php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
* fpm: Based on PHP FPM can be used as FactCGI server
* cli: Contains no builtin webserver (Swoole is pre-installed)

## Avaialable Images

* ghcr.io/parmincloud/containers/php:php8.1-nginx
* ghcr.io/parmincloud/containers/php:php8.1-apache
* ghcr.io/parmincloud/containers/php:php8.1-fpm
* ghcr.io/parmincloud/containers/php:php8.1-cli

> Replace 8.1 with your PHP Version (8.1, 8.2 and 8.3 is available)
## ENVs

* `DOCUMENT_ROOT`: Defaults to `/var/www/html` and sets root dir of servers (works on apache and nginx)
Expand Down

0 comments on commit 1f96933

Please sign in to comment.