Skip to content

Commit 2b90840

Browse files
committed
fix(compose): use hashicorp/vault docker repo
1 parent 58fc3ec commit 2b90840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ services:
143143
#
144144
# https://www.vaultproject.io/
145145
vault:
146-
image: vault:latest
146+
image: hashicorp/vault:latest
147147
container_name: vault
148148
command: server -dev
149149
networks:

0 commit comments

Comments
 (0)