Skip to content

Commit

Permalink
renamed console -> jaws
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 8, 2021
1 parent a6ba7af commit dbcd1ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_HOST_NAME: registry

console:
jaws:
build:
context: .
dockerfile: Dockerfile
args:
- CUSTOM_CRT_URL=http://pki.jlab.org/JLabCA.crt
tty: true
stdin_open: true
hostname: console
container_name: console
hostname: jaws
container_name: jaws
depends_on:
- zookeeper
- kafka
Expand Down

0 comments on commit dbcd1ab

Please sign in to comment.