1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 00:49:33 +00:00

Update README.md

This commit is contained in:
MuratovAS 2021-12-13 15:59:36 +05:00
parent ae70b0fb6b
commit 447c5634da
No known key found for this signature in database
GPG Key ID: AC356035D45A17DE

View File

@ -72,9 +72,13 @@ The image is built on Alpine + Lighttpd and a minimal PHP set. Image size 21MB.
Installation
```
make build
make start
make run
```
To purge the old files, add string to your crontab string
```
0 0 * * * docker exec --user www-data lightphp php index.php purge > /dev/null
```
Deleting
```
make rm
```