Add apt-cacher-ng to reduce network load

This commit is contained in:
2026-04-29 13:12:30 +01:00
parent 97d7a2783d
commit 8faba369e0
4 changed files with 114 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
---
services:
apt-cacher-ng:
image: mbentley/apt-cacher-ng
container_name: apt-cacher-ng
init: true
environment:
- PUID=977
- PGID=988
ports:
- "3142:3142"
volumes:
- /var/cache/packages/apt-cacher-ng:/var/cache/apt-cacher-ng
restart: always