Merge pull request #3772 from lgcareer/1.3.3-release-docker

[Fix-#3238][docker]Fix that can not create folder in docker with standalone mode
This commit is contained in:
xingchun-chen 2020-09-21 11:36:19 +08:00 committed by GitHub
commit b2e78cbf9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,8 @@ services:
POSTGRESQL_PASSWORD: root
POSTGRESQL_DATABASE: dolphinscheduler
ZOOKEEPER_QUORUM: dolphinscheduler-zookeeper:2181
DOLPHINSCHEDULER_RESOURCE_STORAGE_TYPE: "HDFS"
DOLPHINSCHEDULER_FS_DEFAULTFS: "file:///data/dolphinscheduler"
healthcheck:
test: ["CMD", "/root/checkpoint.sh", "WorkerServer"]
interval: 30s