Skip to content

Commit

Permalink
Add restart: always directive to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
geleeroyale authored Aug 28, 2024
1 parent 083f60a commit 77c153d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ services:
vault-injector:
image: ghcr.io/giveth/vault-secret-injector:latest
container_name: vault-injector
restart: always
volumes:
- type: bind
source: ${TARGET_HOST_FILE}
target: /secrets/secrets.env
target: /secrets/secrets.env

0 comments on commit 77c153d

Please sign in to comment.