Files
AdGuardHome/scripts/make/Dockerfile
Alex Povel 76e538ca5f Remove Docker VOLUME instruction for more flexibility
Inheriting from the base image is made easier without
the VOLUME instruction, since it cannot be reverted.
All guides contain `--volume` explanations/usage
examples anyway, so the VOLUME instructions in the
Dockerfile aren't necessary.

See also https://stackoverflow.com/a/62068396/11477374 for more
examples for why that instruction can be harmful.
2021-01-21 15:07:11 +01:00

1.4 KiB