1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00

add dummy keys

This commit is contained in:
kev 2015-07-18 16:32:56 +08:00
parent c6d785bbfc
commit 2ec6884dfb
4 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@ VOLUME /var/lib/vault
EXPOSE 8200
CMD ["vault", "server", "-config", "/etc/vault/vault.hcl"]
CMD ["vault", "server", "-config=/etc/vault/vault.hcl"]

View File

@ -29,7 +29,7 @@ vault:
restart: always
```
> You can also mount customized `vault.hcl`.
> Please distribute `vault.crt` to clients.
## server

0
vault/vault/vault.crt Normal file
View File

0
vault/vault/vault.key Normal file
View File