update thumbor volume var name. (#1801)

This commit is contained in:
Shao Yu-Lung (Allen) 2018-09-17 22:28:12 +08:00 committed by GitHub
parent 784aab2043
commit 919cde3a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -712,8 +712,8 @@ services:
thumbor:
build: ./thumbor
volumes:
- ${DATA_SAVE_PATH}/thumbor/data:/data
- ${DATA_SAVE_PATH}/thumbor/data:/logs
- ${DATA_PATH_HOST}/thumbor/data:/data
- ${DATA_PATH_HOST}/thumbor/data:/logs
ports:
- "${THUMBOR_PORT}:8000"
environment: