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:
parent
ae70b0fb6b
commit
447c5634da
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user