docker-apt-cacher-ng icon indicating copy to clipboard operation
docker-apt-cacher-ng copied to clipboard

Possibility of editing config files either via volume or ...

Open bonelifer opened this issue 3 years ago • 1 comments

Possibility of editing config files either via volume mapping or adding nano in the container so it can be edited within the container.

bonelifer avatar Aug 06 '22 21:08 bonelifer

Setting the ACNG.conf file to a local file path

One of the options to resolve this issue is to map a local copy of the ACNG.conf file to the /etc/apt-cacher-ng/acng.conf:ro

Secondly we can use a .env file for setting the locations of were the local folders are set

I have attached a copy of the docker-compose.yml file that I use for my version of the APT-Cacher-NG Container

Link:

docker-compose.zip

LachlanStone avatar Dec 16 '22 09:12 LachlanStone