Skip to content

Commit

Permalink
Merge pull request #26 from cirolosapio/automated-documentation-updat…
Browse files Browse the repository at this point in the history
…e-6507415618

Automated documentation update
  • Loading branch information
cirolosapio authored Oct 13, 2023
2 parents bd4b053 + 5a23811 commit b4e2854
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/alpine-docker-outside-of-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Re-use the host docker socket, adding the Docker CLI to alpine container

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-docker-outside-of-docker:0": {
"hostDockerGid": 1001
}
"ghcr.io/cirolosapio/devcontainers-features/alpine-docker-outside-of-docker:0": {}
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/alpine-n98-magerun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installs n98-magerun on alpine

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Version of n98-magerun to install | string | 7.1.0 |
| version | Version of n98-magerun to install | string | 7.2.0 |
| initZsh | Init zsh | boolean | true |


Expand Down
20 changes: 20 additions & 0 deletions src/alpine-php-pgsql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-php-pgsql (alpine-php-pgsql)

Installs pgsql driver for php on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-php-pgsql:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-pgsql/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 comments on commit b4e2854

Please sign in to comment.