Skip to content
Snippets Groups Projects
Unverified Commit fb0b1f6e authored by Efe Barlas's avatar Efe Barlas Committed by GitHub
Browse files

Update version of docker-compose.yml (#205)


Update version of docker-compose.yml

start_period in healthcheck and target in build are properties that are not supported for docker-compose versions <3.4. This change fixes this issue.

Signed-off-by: default avatarEfe Barlas <ebarlas@purdue.edu>
parent 0c1ff4d2
No related branches found
No related tags found
No related merge requests found
version: '3.1'
version: '3.4'
services:
rekor-server-debug:
build:
......
version: '3.1'
version: '3.4'
services:
mysql:
image: gcr.io/trillian-opensource-ci/db_server:3c8193ebb2d7fedb44d18e9c810d0d2e4dbb7e4d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment