Fix pinpoint-hbase error "invalid volume specification"
This commit is contained in:
@@ -12,8 +12,8 @@ services:
|
||||
image: "pinpointdocker/pinpoint-hbase:${PINPOINT_VERSION}"
|
||||
|
||||
volumes:
|
||||
- ./home/pinpoint/hbase
|
||||
- ./home/pinpoint/zookeeper
|
||||
- /home/pinpoint/hbase
|
||||
- /home/pinpoint/zookeeper
|
||||
expose:
|
||||
# zookeeper
|
||||
- "2181"
|
||||
@@ -31,4 +31,4 @@ services:
|
||||
- "16010:16010"
|
||||
- "60020:60020"
|
||||
- "16030:16030"
|
||||
restart: always
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user