Skip to content

Commit

Permalink
Remove the container names.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 10, 2023
1 parent 22af0e0 commit 92a939b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ services:
ports:
- "7999:80"
dynamodb:
container_name: dynamodb
hostname: dynamodb.local.amazonaws.com
image: amazon/dynamodb-local
command: -jar DynamoDBLocal.jar -inMemory -sharedDb
ports:
- "7998:8000"
kinesis:
container_name: kinesis
hostname: kinesis
image: saidsef/aws-kinesis-local
ports:
Expand Down

0 comments on commit 92a939b

Please sign in to comment.