Skip to content

Commit 4013553

Browse files
authored
Update postgres share volume path
1 parent 3473b78 commit 4013553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ services:
281281
image: tianon/true
282282
volumes:
283283
- ./data/mysql:/var/lib/mysql
284-
- ./data/postgres:/var/lib/postgres
284+
- ./data/postgres:/var/lib/postgresql/data
285285
- ./data/memcached:/var/lib/memcached
286286
- ./data/redis:/data
287287
- ./data/neo4j:/var/lib/neo4j/data

0 commit comments

Comments
 (0)