Fix v3 hostpath path concatenate error (#1222)

This commit is contained in:
Hang Yan
2019-12-28 18:40:36 +08:00
committed by GitHub
parent ae138029a1
commit 25337eb82c
4 changed files with 30 additions and 3 deletions
@@ -0,0 +1,8 @@
version: '3'
services:
db:
image: postgres:10.1
ports:
- "5432"
volumes:
- ./data_sux:/var/lib/postgresql/data_sux