Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ services:
depends_on:
init-volumes:
condition: service_completed_successfully
command: ['wget', '-O', '/configs/opentdf.yaml', 'https://raw.githubusercontent.com/opentdf/platform/service/v0.16.0/opentdf-example.yaml']
command: ['wget', '-O', '/configs/opentdf.yaml', 'https://raw.githubusercontent.com/opentdf/platform/main/opentdf-example.yaml']
restart: "no"

# Patch platform configuration to use keycloak.opentdf.local:9443
Expand Down Expand Up @@ -554,7 +554,7 @@ services:
echo "service/go.sum" >> .git/info/sparse-checkout
echo "protocol/" >> .git/info/sparse-checkout
echo "sdk/" >> .git/info/sparse-checkout
git pull --depth 1 -q origin service/v0.16.0
git pull --depth 1 -q origin main
cd service
GOWORK=off go run ./cmd/keygen -output /keys
echo "PQC keys generated successfully"
Expand Down
Loading