Fix pinpoint-hbase error "invalid volume specification"

This commit is contained in:
jokimina 2018-12-23 16:02:57 +08:00 committed by Roy Kim
parent 1e46c9c25b
commit 0cb8666dde
2 changed files with 5 additions and 5 deletions

View File

@ -14,8 +14,8 @@ services:
- pinpoint
volumes:
- ./home/pinpoint/hbase
- ./home/pinpoint/zookeeper
- /home/pinpoint/hbase
- /home/pinpoint/zookeeper
expose:
# zookeeper
- "2181"

View File

@ -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