Skip to content

Commit

Permalink
fix(compose): use hashicorp/vault docker repo (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Jun 29, 2023
1 parent 9f92c24 commit a6277ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:
#
# https://www.vaultproject.io/
vault:
image: vault:latest
image: hashicorp/vault:latest
container_name: vault
command: server -dev
networks:
Expand Down

0 comments on commit a6277ab

Please sign in to comment.