Skip to content

Commit

Permalink
Update s3-mock version
Browse files Browse the repository at this point in the history
  • Loading branch information
tahtee committed Feb 7, 2025
1 parent 4c0ed94 commit 9c82ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ services:
retries: 5

s3-mock:
image: adobe/s3mock:3.7.2
image: adobe/s3mock:3.12.0
ports:
- "9876:9191"
volumes:
- s3-data:/data
environment:
ROOT: /data
initialBuckets: "static"
JAVA_TOOL_OPTIONS: "-XX:UseSVE=0"
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:9090"]
interval: 1s
Expand Down

0 comments on commit 9c82ade

Please sign in to comment.