Add purge memory squid

This commit is contained in:
fredbcode 2021-12-15 16:37:39 +01:00
parent e699408c9a
commit 94be195f5c

View File

@ -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: