Skip to content

Commit 7e34bfc

Browse files
authored
chore(docs): fix indentation on sequencer docs docker (#17141)
This snuck in from the claude review
2 parents 639d124 + 8a8559d commit 7e34bfc

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

docs/docs/the_aztec_network/guides/run_nodes/how_to_run_sequencer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ services:
174174
- ${DATA_DIRECTORY}:/var/lib/data
175175
- ${KEY_STORE_DIRECTORY}:/var/lib/keystore
176176
environment:
177-
KEY_STORE_DIRECTORY: /var/lib/keystore
178-
DATA_DIRECTORY: /var/lib/data
179-
LOG_LEVEL: ${LOG_LEVEL}
180-
ETHEREUM_HOSTS: ${ETHEREUM_HOSTS}
181-
L1_CONSENSUS_HOST_URLS: ${L1_CONSENSUS_HOST_URLS}
182-
P2P_IP: ${P2P_IP}
183-
P2P_PORT: ${P2P_PORT}
184-
AZTEC_PORT: ${AZTEC_PORT}
177+
KEY_STORE_DIRECTORY: /var/lib/keystore
178+
DATA_DIRECTORY: /var/lib/data
179+
LOG_LEVEL: ${LOG_LEVEL}
180+
ETHEREUM_HOSTS: ${ETHEREUM_HOSTS}
181+
L1_CONSENSUS_HOST_URLS: ${L1_CONSENSUS_HOST_URLS}
182+
P2P_IP: ${P2P_IP}
183+
P2P_PORT: ${P2P_PORT}
184+
AZTEC_PORT: ${AZTEC_PORT}
185185
entrypoint: >-
186186
node
187187
--no-warnings

docs/versioned_docs/version-v1.2.0/the_aztec_network/guides/run_nodes/how_to_run_sequencer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ services:
174174
- ${DATA_DIRECTORY}:/var/lib/data
175175
- ${KEY_STORE_DIRECTORY}:/var/lib/keystore
176176
environment:
177-
KEY_STORE_DIRECTORY: /var/lib/keystore
178-
DATA_DIRECTORY: /var/lib/data
179-
LOG_LEVEL: ${LOG_LEVEL}
180-
ETHEREUM_HOSTS: ${ETHEREUM_HOSTS}
181-
L1_CONSENSUS_HOST_URLS: ${L1_CONSENSUS_HOST_URLS}
182-
P2P_IP: ${P2P_IP}
183-
P2P_PORT: ${P2P_PORT}
184-
AZTEC_PORT: ${AZTEC_PORT}
177+
KEY_STORE_DIRECTORY: /var/lib/keystore
178+
DATA_DIRECTORY: /var/lib/data
179+
LOG_LEVEL: ${LOG_LEVEL}
180+
ETHEREUM_HOSTS: ${ETHEREUM_HOSTS}
181+
L1_CONSENSUS_HOST_URLS: ${L1_CONSENSUS_HOST_URLS}
182+
P2P_IP: ${P2P_IP}
183+
P2P_PORT: ${P2P_PORT}
184+
AZTEC_PORT: ${AZTEC_PORT}
185185
entrypoint: >-
186186
node
187187
--no-warnings

docs/versioned_docs/version-v2.0.2/the_aztec_network/guides/run_nodes/how_to_run_sequencer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ services:
174174
- ${DATA_DIRECTORY}:/var/lib/data
175175
- ${KEY_STORE_DIRECTORY}:/var/lib/keystore
176176
environment:
177-
KEY_STORE_DIRECTORY: /var/lib/keystore
178-
DATA_DIRECTORY: /var/lib/data
179-
LOG_LEVEL: ${LOG_LEVEL}
180-
ETHEREUM_HOSTS: ${ETHEREUM_HOSTS}
181-
L1_CONSENSUS_HOST_URLS: ${L1_CONSENSUS_HOST_URLS}
182-
P2P_IP: ${P2P_IP}
183-
P2P_PORT: ${P2P_PORT}
184-
AZTEC_PORT: ${AZTEC_PORT}
177+
KEY_STORE_DIRECTORY: /var/lib/keystore
178+
DATA_DIRECTORY: /var/lib/data
179+
LOG_LEVEL: ${LOG_LEVEL}
180+
ETHEREUM_HOSTS: ${ETHEREUM_HOSTS}
181+
L1_CONSENSUS_HOST_URLS: ${L1_CONSENSUS_HOST_URLS}
182+
P2P_IP: ${P2P_IP}
183+
P2P_PORT: ${P2P_PORT}
184+
AZTEC_PORT: ${AZTEC_PORT}
185185
entrypoint: >-
186186
node
187187
--no-warnings

docs/versioned_docs/version-v3.0.0-nightly.20250917/the_aztec_network/guides/run_nodes/how_to_run_sequencer.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ services:
174174
- ${DATA_DIRECTORY}:/var/lib/data
175175
- ${KEY_STORE_DIRECTORY}:/var/lib/keystore
176176
environment:
177-
KEY_STORE_DIRECTORY: /var/lib/keystore
178-
DATA_DIRECTORY: /var/lib/data
179-
LOG_LEVEL: ${LOG_LEVEL}
180-
ETHEREUM_HOSTS: ${ETHEREUM_HOSTS}
181-
L1_CONSENSUS_HOST_URLS: ${L1_CONSENSUS_HOST_URLS}
182-
P2P_IP: ${P2P_IP}
183-
P2P_PORT: ${P2P_PORT}
184-
AZTEC_PORT: ${AZTEC_PORT}
177+
KEY_STORE_DIRECTORY: /var/lib/keystore
178+
DATA_DIRECTORY: /var/lib/data
179+
LOG_LEVEL: ${LOG_LEVEL}
180+
ETHEREUM_HOSTS: ${ETHEREUM_HOSTS}
181+
L1_CONSENSUS_HOST_URLS: ${L1_CONSENSUS_HOST_URLS}
182+
P2P_IP: ${P2P_IP}
183+
P2P_PORT: ${P2P_PORT}
184+
AZTEC_PORT: ${AZTEC_PORT}
185185
entrypoint: >-
186186
node
187187
--no-warnings

0 commit comments

Comments
 (0)