We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility of editing config files either via volume mapping or adding nano in the container so it can be edited within the container.
The text was updated successfully, but these errors were encountered:
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
ACNG.conf
/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
.env
I have attached a copy of the docker-compose.yml file that I use for my version of the APT-Cacher-NG Container
docker-compose.zip
Sorry, something went wrong.
No branches or pull requests
Possibility of editing config files either via volume mapping or adding nano in the container so it can be edited within the container.
The text was updated successfully, but these errors were encountered: