Condensed volumes
This commit is contained in:
@@ -32,10 +32,7 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
||||
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
||||
- /RancherCattle/${DATA_DIR}/Configuration:/root/.config/pydio/cells # Cells main configuration
|
||||
- /RancherCattle/${DATA_DIR}/Data:/root/.config/pydio/cells/data # Cells users' data files
|
||||
- /RancherCattle/${DATA_DIR}/Logs:/root/.config/pydio/cells/logs # Cells logs
|
||||
- /RancherCattle/${DATA_DIR}/Services:/root/.config/pydio/cells/services # Cells services information
|
||||
- /RancherCattle/${DATA_DIR}:/root/.config/pydio/cells # Cells data
|
||||
mysql:
|
||||
image: mysql:5
|
||||
dns: # Using Cloudflare DNS
|
||||
|
||||
Reference in New Issue
Block a user