diff --git a/src/alpine-docker-outside-of-docker/README.md b/src/alpine-docker-outside-of-docker/README.md index d1a2389..e171fa8 100644 --- a/src/alpine-docker-outside-of-docker/README.md +++ b/src/alpine-docker-outside-of-docker/README.md @@ -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": {} } ``` diff --git a/src/alpine-n98-magerun/README.md b/src/alpine-n98-magerun/README.md index c16d57a..28eee06 100644 --- a/src/alpine-n98-magerun/README.md +++ b/src/alpine-n98-magerun/README.md @@ -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 | diff --git a/src/alpine-php-pgsql/README.md b/src/alpine-php-pgsql/README.md new file mode 100644 index 0000000..045168c --- /dev/null +++ b/src/alpine-php-pgsql/README.md @@ -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`._