Skip to content

Commit ee0b63e

Browse files
authored
Merge pull request #80 from scality/bugfix/WKBCH-26-vault-runtime-yarn
WKBCH-26: Launch vault via node instead of yarn start
2 parents 6b1cecb + 21e956d commit ee0b63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/global/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ services:
120120
image: ${VAULT_IMAGE}
121121
container_name: workbench-vault
122122
network_mode: host
123-
command: sh -c "chmod 400 tests/utils/keyfile && yarn start"
123+
command: sh -c "chmod 400 tests/utils/keyfile && node --max-http-header-size=32768 vaultd.js"
124124
environment:
125125
VAULT_DB_BACKEND: LEVELDB
126126
volumes:

0 commit comments

Comments
 (0)