Skip to content

Commit 2da7cd2

Browse files
committed
add reference to sqlsrv flavor
1 parent 734972f commit 2da7cd2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Minimal PHP Docker image focused on Laravel applications. It's use is intended f
66

77
## Available Tags
88

9+
The image built is [`kooldev/php`](https://hub.docker.com/r/kooldev/php/tags?page=1&ordering=last_updated) which has a bunch of tags available:
10+
911
### 8.0
1012

1113
- [8.0](https://github.com/kool-dev/docker-php/blob/master/8.0/Dockerfile)
@@ -46,6 +48,7 @@ Minimal PHP Docker image focused on Laravel applications. It's use is intended f
4648
We can always extend these images to suit them to our current use case. For example, we have a few extensions for specific use cases:
4749

4850
- [Oracle OCI8 database](https://github.com/kool-dev/docker-php-oci8)
51+
- [MS SQL Server `sqlsrv` database](https://github.com/kool-dev/docker-php-sqlsrv)
4952

5053
## Environment Variables
5154

@@ -110,11 +113,9 @@ app:
110113
111114
### Update images with templates
112115
113-
- [fwd](https://github.com/fireworkweb/fwd#fireworkwebfwd)
114-
115-
You should change `fwd-template.json` and `template` folder.
116+
You should change `fwd-template.json` for configuration and `template` folder for the actual base templates.
116117

117-
After your changes, just run `kool docker fireworkweb/fwd:v1.0 fwd template` to compile the template and generate all version folder/files.
118+
After any changes, we need to run `kool run template` to parse the templates and generate all versions folder/files.
118119

119120
## License
120121

0 commit comments

Comments
 (0)