chore: move the docker-compose volume (#507)

This commit is contained in:
Vaclav Pavlin 2023-09-06 01:50:47 +02:00 committed by GitHub
parent ae89db1eea
commit d399290ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ services:
- 2345:2345/tcp # libp2p
- 8090:8090/udp # DHT discovery
volumes:
- /datadir:/datadir
- ./datadir:/datadir:z
networks:
- codex
networks: