docker-apt-cacher-ng
docker-apt-cacher-ng copied to clipboard
Possibility of editing config files either via volume or ...
Possibility of editing config files either via volume mapping or adding nano in the container so it can be edited within the container.
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