mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
Change the volume name to match documentation and other volume names style
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
volumes:
|
||||
- 'owncloud_data:/bitnami/owncloud'
|
||||
- 'apache_data:/bitnami/apache'
|
||||
- 'php-data:/bitnami/php'
|
||||
- 'php_data:/bitnami/php'
|
||||
depends_on:
|
||||
- mariadb
|
||||
volumes:
|
||||
@@ -22,5 +22,5 @@ volumes:
|
||||
driver: local
|
||||
apache_data:
|
||||
driver: local
|
||||
php-data:
|
||||
php_data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user