We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02091b8 commit 3a49398Copy full SHA for 3a49398
Dockerfile
@@ -8,7 +8,7 @@ ARG VERSION_PHP='8.3'
8
ARG VERSION='unknown'
9
10
LABEL \
11
- org.opencontainers.image.title="PHP + NGINX"
+ org.opencontainers.image.title="PHP + NGINX" \
12
org.opencontainers.image.description="Lightweight and secure image with PHP 8.3 and NGINX on Alpine" \
13
org.opencontainers.image.source="https://github.com/fontebasso/docker-php-nginx" \
14
org.opencontainers.image.version="${VERSION}" \
0 commit comments