mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-05 05:38:30 +08:00
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:
commit
b2e78cbf9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user