Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartive/docker-php-fpm-symfony
https://github.com/smartive/docker-php-fpm-symfony
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartive/docker-php-fpm-symfony
- Owner: smartive
- License: mit
- Created: 2018-05-01T13:24:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:51:41.000Z (about 2 years ago)
- Last Synced: 2023-03-01T02:22:06.916Z (over 1 year ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |