1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(pulldog): configure expiry

This commit is contained in:
Anthony Lapenna 2020-06-15 13:31:28 +12:00
parent 24888fbbae
commit 89fb3c8dae

View file

@ -1,4 +1,5 @@
{
"dockerComposeYmlFilePaths": ["docker-compose.pull-dog.yml"],
"isLazy": true
"isLazy": true,
"expiry": "1.00:00:00"
}