all-in-one/php
Simon L 5b2b60841d add loader to login template
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-16 19:14:09 +01:00
..
.idea
data
public
session
src Merge pull request #1990 from nextcloud/fix/1984/fix-docker-networks 2023-02-16 17:28:11 +01:00
templates add loader to login template 2023-02-16 19:14:09 +01:00
.gitignore
composer.json
composer.lock dependency updates 2023-02-08 12:15:56 +00:00
containers-schema.json
containers.json collabora - add server-name variable 2023-02-06 12:52:54 +01:00
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.