chore: move the docker-compose volume (#507)
This commit is contained in:
parent
ae89db1eea
commit
d399290ba6
|
@ -35,7 +35,7 @@ services:
|
|||
- 2345:2345/tcp # libp2p
|
||||
- 8090:8090/udp # DHT discovery
|
||||
volumes:
|
||||
- /datadir:/datadir
|
||||
- ./datadir:/datadir:z
|
||||
networks:
|
||||
- codex
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue