Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 435 Bytes

Start the docker containers with the following command:

docker-compose up -d

SSL KEY CONFIGURATION

To enable SSL, you need to generate a self-signed certificate and key. You can do this by running the following command:

In folder /config/secret.php

<?php

declare(strict_types=1);

<?php

declare(strict_types=1);

return [
    'private_key' => file_get_contents(YOUR_PRIVATE_KEY_PATH),
];