all-in-one/php
szaimen 3bfa1e5239 php dependency updates
Signed-off-by: GitHub <noreply@github.com>
2023-09-01 12:02:13 +00:00
..
.idea
data
public remove docker socket proxy warning 2023-08-30 16:34:40 +02:00
session
src
templates
.gitignore
composer.json
composer.lock php dependency updates 2023-09-01 12:02:13 +00:00
containers-schema.json
containers.json address review 2023-08-30 15:13:08 +02:00
domain-validator.php
psalm-baseline.xml
psalm.xml
README.md

PHP Docker Controller

This is the code for the PHP Docker controller.

How to run

Running this locally requires Docker Engine on the same machine. If this is the case, just execute the following command:

composer install --no-dev
cd public/
php -S 0.0.0.0:8080

You can then access the web interface at localhost:8080.