Skip to content

Commit 961577e

Browse files
committed
improved README
1 parent a8123e9 commit 961577e

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,38 @@
1-
# docker-php-oci8
1+
## Description
2+
3+
Minimal PHP Docker image with Oracle OCI8 drivers. It's use is intended for [kool.dev](https://github.com/kool-dev/kool), but can fit in any other PHP use-case.
4+
5+
This image is based on [kooldev/php](https://github.com/kool-dev/docker-php), please refer to that repo README for further documentation.
6+
7+
## Available Tags
8+
9+
### 7.4
10+
11+
- [7.4-nginx-oci8](https://github.com/kool-dev/docker-php-oci8/blob/main/7.4-nginx-oci8/Dockerfile)
12+
- [7.4-nginx-oci8-prod](https://github.com/kool-dev/docker-php-oci8/blob/main/7.4-nginx-oci8-prod/Dockerfile)
13+
14+
## Environment Variables
15+
16+
Please refer to [kooldev/php](https://github.com/kool-dev/docker-php).
17+
18+
### NGINX
19+
20+
Please refer to [kooldev/php](https://github.com/kool-dev/docker-php).
21+
22+
## Usage
23+
24+
Please refer to [kooldev/php](https://github.com/kool-dev/docker-php).
25+
26+
## Contributing
27+
28+
### Update images with templates
29+
30+
- [fwd](https://github.com/fireworkweb/fwd#fireworkwebfwd)
31+
32+
You should change `fwd-template.json` and `template` folder.
33+
34+
After your changes, just run `kool docker fireworkweb/fwd:v1.0 fwd template` to compile the template and generate all version folder/files.
35+
36+
## License
37+
38+
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)