all-in-one/php
2024-07-11 14:58:29 +02:00
..
.idea
data
public Revert "pre-fill the domain" 2024-05-22 14:49:40 +02:00
session
src set apache_ip_binding to internal for caddy community container and remove legacy code 2024-07-11 14:26:08 +02:00
templates Correct wording in containers.twig 2024-07-05 09:23:49 +10:00
.gitignore
composer.json update mastercontainer to php8.3 2024-03-04 10:49:42 +01:00
composer.lock php dependency updates 2024-06-20 12:02:37 +00:00
containers-schema.json add it to jscon schema 2024-03-01 18:31:49 +01:00
containers.json set apache_ip_binding to internal for caddy community container and remove legacy code 2024-07-11 14:26:08 +02:00
domain-validator.php domain-validator: use str_contains instead of strpos 2024-06-24 14:32:14 +02:00
psalm-baseline.xml Update psalm baseline 2024-06-20 04:09:41 +00:00
psalm.xml fix psalm 2023-03-10 11:26:04 +01:00
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.