mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-10 19:08:45 +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
|
Installation
|
||||||
```
|
```
|
||||||
make build
|
make build
|
||||||
make start
|
make run
|
||||||
```
|
```
|
||||||
To purge the old files, add string to your crontab string
|
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
|
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