Skip to content

Commit

Permalink
docs: Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
rxnew committed Oct 5, 2021
1 parent d66dede commit f07bc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Delete old temporary files using atime.
The following command deletes `/tmp` files whose atime is before 600 seconds every 30 seconds.

```shell
docker run -v /tmp:/tmp ghcr.io/rxnew/tmpfiles-clean /tmp 600 30
docker run -v /tmp:/tmp ghcr.io/rxnew/docker-tmpfiles-clean /tmp 600 30
```

0 comments on commit f07bc25

Please sign in to comment.