forked from LaconicNetwork/kompose
Fix v3 hostpath path concatenate error (#1222)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
db:
|
||||
image: postgres:10.1
|
||||
ports:
|
||||
- "5432"
|
||||
volumes:
|
||||
- ./data_sux:/var/lib/postgresql/data_sux
|
||||
Reference in New Issue
Block a user