Skip to content

Commit

Permalink
Fix error on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Orner committed Feb 22, 2023
1 parent 7b1ea4d commit da37592
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

[0.7.0] - 2023-02-22
[0.7.1] - 2023-02-22
- Added Dynamo local image.

[0.6.7] - 2023-01-20
Expand Down
2 changes: 1 addition & 1 deletion cmd/gdc/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var ComposeFile string

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Version: "0.7.0",
Version: "0.7.1",
Use: "global_docker_compose (command) --services service1 service2 --compose_file ../docker-compose.yml",
Short: "Generate JSON files to use with the Flipp platform deploy scripts",
Long: `
Expand Down
1 change: 1 addition & 0 deletions gdc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ services:
# ---------- AWS ----------

dynamodb:
user: root
image: amazon/dynamodb-local
command: -jar DynamoDBLocal.jar -sharedDb -dbPath /home/dynamodblocal/data/
hostname: dynamo-db-local
Expand Down
Binary file added global_docker_compose
Binary file not shown.

0 comments on commit da37592

Please sign in to comment.