Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smartive/docker-php-fpm-symfony


https://github.com/smartive/docker-php-fpm-symfony

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Docker image for Symfony development

This image is based on Alpine Linux and contains of the following software:
- PHP 8.0 with FPM
- NodeJS 14
- MySQL client
- Bash
- OpenSSH client (useful if using Composer registries that are only available as a private Git repository)

## Usage

```
docker run -it smartive/php-fpm-symfony:8.0 /bin/bash
```

## Folders

| Folder | Description |
| ------------- | ------------------------------------------------------------------------------------------ |
| /app | Application directory available as mount volume, containing your Symfony application files |
| /var/log/php8 | PHP-FPM logs |
| /etc/php8 | PHP configuration files |