Skip to content

Commit bbdb107

Browse files
Merge pull request #163 from anyproto/161-make-start-failed-service-generateconfig-anyconf-didnt-completed-successfully-exit-1
fix: mounting of empty nodes.yml in netcheck service on windows
2 parents a71d020 + 6fe0bf4 commit bbdb107

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
@@ -242,7 +242,7 @@ services:
242242
- any-sync-node-2
243243
- any-sync-node-3
244244
volumes:
245-
- "${STORAGE_DIR}/docker-generateconfig/nodes.yml:/app/nodes.yml:Z"
245+
- "${STORAGE_DIR}/docker-generateconfig:/app:Z"
246246
command: ["tail", "-f", "/dev/null"]
247247
stop_signal: SIGKILL
248248
tty: true

0 commit comments

Comments
 (0)