Skip to content

Commit

Permalink
Merge pull request #232 from orgads/test-images
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadhahami authored Jul 19, 2023
2 parents 04cc618 + 1c2b76a commit 098cb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
services:
vault:
container_name: vault
image: vault:1.12.2
image: vault:1.13.3
volumes:
- $PWD/example:/tmp/example
- $PWD/logs/:/tmp/logs
Expand All @@ -15,7 +15,7 @@ services:
- postgres

postgres:
image: postgres:15.1
image: postgres:15.3
ports:
- "5433:5432"
environment:
Expand Down

0 comments on commit 098cb0a

Please sign in to comment.