Nginx com PHP8 for Alpine Linux
2.6K
docker volume create nginx-php8-alpine
docker run -d --name='nginx-php8-alpine' \
--hostname='nginx-php8-alpine' \
-p 80:80 \
-v nginx-php8-alpine:/var/www/html \
--restart=always aprendendolinux/nginx-php8-alpine:latest
Use também o docker-compose.yml.
Veja o repositório aqui no GITHUB.
Content type
Image
Digest
sha256:69e2ba77b…
Size
100.7 MB
Last updated
over 3 years ago
docker pull aprendendolinux/nginx-php8-alpine