Skip to content

Commit

Permalink
rename image back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
autata committed Feb 22, 2024
1 parent be89ca5 commit d2adcf5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ services:
ports:
- 9411:9411

#to build this image run 'docker build -t aubreyt/kaldb .'
#to build this image run 'docker build -t slackhq/kaldb .'
kaldb_preprocessor:
image: 'aubreyt/kaldb'
image: 'slackhq/kaldb'
container_name: kaldb_preprocessor
ports:
- 8086:8086
Expand All @@ -81,7 +81,7 @@ services:
- openzipkin

kaldb_index:
image: 'aubreyt/kaldb'
image: 'slackhq/kaldb'
container_name: kaldb_index
ports:
- 8080:8080
Expand All @@ -98,7 +98,7 @@ services:
- kaldb_preprocessor

kaldb_manager:
image: 'aubreyt/kaldb'
image: 'slackhq/kaldb'
container_name: kaldb_manager
ports:
- 8083:8083
Expand All @@ -115,7 +115,7 @@ services:
- kaldb_preprocessor

kaldb_query:
image: 'aubreyt/kaldb'
image: 'slackhq/kaldb'
container_name: kaldb_query
ports:
- 8081:8081
Expand All @@ -133,7 +133,7 @@ services:
- kaldb_preprocessor

kaldb_cache:
image: 'aubreyt/kaldb'
image: 'slackhq/kaldb'
container_name: kaldb_cache
ports:
- 8082:8082
Expand All @@ -150,7 +150,7 @@ services:
- kaldb_preprocessor

kaldb_recovery:
image: 'aubreyt/kaldb'
image: 'slackhq/kaldb'
container_name: kaldb_recovery
ports:
- 8085:8085
Expand Down

0 comments on commit d2adcf5

Please sign in to comment.