Add purge memory squid
This commit is contained in:
parent
e699408c9a
commit
94be195f5c
@ -19,6 +19,10 @@ services:
|
||||
max-file: "3"
|
||||
volumes:
|
||||
- cache:/var/spool/squid
|
||||
labels:
|
||||
# purge memory
|
||||
deck-chores.squidrestart.command: sh -c 'squid -k shutdown'
|
||||
deck-chores.squidrestart.cron: "* * * * * 00 00 00"
|
||||
networks:
|
||||
- webfilter
|
||||
|
||||
@ -31,6 +35,7 @@ services:
|
||||
volumes:
|
||||
- ./e2guardian/:/etc/e2guardian:ro
|
||||
labels:
|
||||
# purge memory
|
||||
deck-chores.e2guardianrestart.command: sh -c '/usr/sbin/e2guardian -q'
|
||||
deck-chores.e2guardianrestart.cron: "* * * * * 00 00 00"
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user