mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
chore: use fixed port
This commit is contained in:
parent
de655b028d
commit
b136f7630b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
vault:
|
vault:
|
||||||
image: vault
|
image: vault
|
||||||
ports:
|
ports:
|
||||||
- 8200/tcp
|
- 8200:8200
|
||||||
env:
|
env:
|
||||||
VAULT_DEV_ROOT_TOKEN_ID: testtoken
|
VAULT_DEV_ROOT_TOKEN_ID: testtoken
|
||||||
options: --cap-add=IPC_LOCK
|
options: --cap-add=IPC_LOCK
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue