Closed WojakGra closed 10 months ago
docker compose
: yes - you can specify a volume mount to a specific file using either the short or long syntaxconfigMap
as a volume and bind it to a container using a volume mountCOPY
command in a Dockerfile
, you lose the benefit of being able to update the configuration independently from the image
Is it possible to connect Apache files to a volume so that they are automatically added there when creating a container, or do they have to be copied manually?