Merge pull request #284 from appleboy/patch-1
Update postgres share volume path
This commit is contained in:
commit
a9ecdd0008
|
@ -288,7 +288,7 @@ services:
|
|||
image: tianon/true
|
||||
volumes:
|
||||
- ./data/mysql:/var/lib/mysql
|
||||
- ./data/postgres:/var/lib/postgres
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
- ./data/memcached:/var/lib/memcached
|
||||
- ./data/redis:/data
|
||||
- ./data/neo4j:/var/lib/neo4j/data
|
||||
|
|
Loading…
Reference in New Issue