mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 07:49:23 +08:00
VOLUMES is set to `$VOL_PREFIX/data:$VOL_PREFIX/conf:$VOL_PREFIX/logs` by default. But some images may expose different paths. For example, the tomcat image exposes `/app` and `$VOL_PREFIX/conf` and `$VOL_PREFIX/logs` paths as volumes. The VOLUME variable allows us to override the default volume paths with ones exposed by the image being tested.