From 0514194af871cef0e43b0a188fb9c152ff035ac7 Mon Sep 17 00:00:00 2001 From: prathamesh0 Date: Tue, 4 Apr 2023 13:00:34 +0530 Subject: [PATCH] Add dev mode restriction for editing env file --- app/data/stacks/fixturenet-optimism/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/data/stacks/fixturenet-optimism/README.md b/app/data/stacks/fixturenet-optimism/README.md index 2a881b57..2f13ec88 100644 --- a/app/data/stacks/fixturenet-optimism/README.md +++ b/app/data/stacks/fixturenet-optimism/README.md @@ -44,7 +44,10 @@ This should create the required docker images in the local image registry: ## Deploy (Optional) Update the [l1-params.env](../../config/fixturenet-optimism/l1-params.env) file with L1 endpoint (`L1_RPC`, `L1_HOST` and `L1_PORT`) and other params if running L1 separately - * NOTE: If L1 is running on the host machine, use `host.docker.internal` as the hostname to access the host port + +* NOTE: + * Stack Orchestrator needs to be run in [`dev`](/docs/CONTRIBUTING.md#install-developer-mode) mode to be able to edit the env file + * If L1 is running on the host machine, use `host.docker.internal` as the hostname to access the host port Deploy the stack: