mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
fixed default port
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
|
||||
ALLOW_PLAINTEXT_LISTENER: yes
|
||||
ports:
|
||||
- "${KAFKA_PORT}:9092"
|
||||
- "${KAFKA_PORT:-9092}:9092"
|
||||
volumes:
|
||||
- phantom_kafka_data:/var/lib/kafka/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user