diff --git a/docker-compose.yaml b/docker-compose.yaml index 8663b7cf..f932d49e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -380,7 +380,7 @@ services: ports: - "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT" # Run the API server (with options taken from the environment) and the optional submission API - command: sequencer -- http -- query-fs -- status -- submit + command: sequencer -- http -- query -- status -- submit environment: - ESPRESSO_SEQUENCER_ORCHESTRATOR_URL - ESPRESSO_SEQUENCER_DA_SERVER_URL