Added docker-compose.yml for easy apt-cacher-ng startup

This commit is contained in:
Claus Strasburger
2017-07-17 12:17:15 +02:00
committed by XECDesign
parent bab0fe3b0d
commit fe45b73987
3 changed files with 17 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '2'
services:
apt-cacher-ng:
restart: unless-stopped
image: sameersbn/apt-cacher-ng:latest
ports:
- "3142:3142"
volumes:
- ./apt-cacher-ng:/var/cache/apt-cacher-ng