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

https://github.com/mattiabasone/swingx

Docker image based on PHP CLI image with Swoole and nginx for Laravel/Lumen
https://github.com/mattiabasone/swingx

docker docker-image laravel lumen nginx php swoole

Last synced: 3 months ago
JSON representation

Docker image based on PHP CLI image with Swoole and nginx for Laravel/Lumen

Awesome Lists containing this project

README

          

# swingx

Docker image based on PHP CLI image with Swoole and nginx for Laravel/Lumen

## Image information

This image uses official PHP cli Linux Alpine image (php:X.X-cli-alpine) as base with some additional packages and
PHP extensions.

Default user is "app" with UID 1000 and the application path must be mounted on `/app` directory.

## Project Set-Up

TBD