Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kazemmdev/php-docker

dockerized PHP-alpine & production ready
https://github.com/kazemmdev/php-docker

alpine-linux docker-image php8 php8-fpm

Last synced: 2 months ago
JSON representation

dockerized PHP-alpine & production ready

Awesome Lists containing this project

README

        

# PHP8 for production

## Description

I have prepared a light and tested php8 alpine3.18 for use in your PHP project that is ready to use

## How to use

```
php:
image: k90mirzaei/php:8.2-fpm-alpine3.18
container_name: php
env_file: .env
volumes:
- ./laravel:/var/www
- .docker/php/php.ini:/usr/local/etc/php/conf.d/local.ini
- .docker/php/entrypoint.sh:/tmp/entrypoint.sh
networks:
app-network:
```