Skip to content

Commit

Permalink
Update gcloud.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika authored Aug 6, 2022
1 parent 9ad6cdc commit 4a28b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/gcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gcloud compute instances create-with-container sish \
--container-mount-host-path="host-path=/mnt/stateful_partition/sish/keys,mount-path=/keys" \
--container-mount-host-path="host-path=/mnt/stateful_partition/sish/pubkeys,mount-path=/pubkeys" \
--container-image="antoniomika/sish:latest" \
--machine-type="f1-micro" \
--machine-type="e2-micro" \
--container-arg="--domain=YOURDOMAIN" \
--container-arg="--ssh-address=:2222" \
--container-arg="--http-address=:80" \
Expand Down

0 comments on commit 4a28b9e

Please sign in to comment.