Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ SUBNET_INDEX=0
# My URL. The URL will be synced to other nodes in the cluster so that each node can discover other nodes.
MY_URL=https://gateway.test2.dstack.phala.network:9202

# Bootnode URL. If you want to deploy a multi-node dstack-gateway cluster, set the bootnode URL to the URL of another node already deployed or planed to be deployed later.
# Bootnode URL. If you want to deploy a multi-node dstack-gateway cluster, set the bootnode URL to the URL of another node already deployed or planned to be deployed later.
BOOTNODE_URL=https://gateway.test2.dstack.phala.network:9202

# dstack OS image name
Expand Down
2 changes: 1 addition & 1 deletion vmm/src/main_routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn vm_logs(

loop {
// This is a workaround for https://github.com/rwf2/Rocket/issues/2888
// However, If is is accessed via vscode's port forwarding, it will still get trouble:
// However, If it is accessed via vscode's port forwarding, it will still get trouble:
// https://github.com/microsoft/vscode-remote-release/issues/3561
let next = match timeout(Duration::from_secs(60), tailer.next()).await {
Ok(next) => next,
Expand Down