Skip to content

Commit

Permalink
update docker compose binary path (MystenLabs#9345)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharbert authored Mar 15, 2023
1 parent 2bb3d6c commit 04dc841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nre/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ services:
- suidb:/opt/sui/db:rw
command:
[
"/opt/sui/bin/sui-node",
"/usr/local/bin/sui-node",
"--config-path",
"/opt/sui/config/validator.yaml",
]
restart: on-failure
logging:
driver: "json-file"
options:
max-file: 10
max-size: 5g
max-file: "10"
max-size: "5g"

volumes:
suidb:

0 comments on commit 04dc841

Please sign in to comment.