We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3f711 commit cdb7e1eCopy full SHA for cdb7e1e
src/main/docker/kafka/Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update && \
33
COPY --link scripts/start-kafka.sh /usr/bin/start-kafka.sh
34
35
# Supervisor config
36
-COPY --link supervisor/kafka.conf supervisor/zookeeper.conf /etc/supervisor/conf.d/
+COPY --link supervisor/kafka.conf supervisor/zookeeper.conf supervisor/supervisor.conf /etc/supervisor/conf.d/
37
38
# 2181 is zookeeper, 9092 is kafka
39
# EXPOSE 2181 9092
src/main/docker/kafka/supervisor/supervisor.conf
@@ -0,0 +1,4 @@
1
+[supervisord]
2
+nodaemon=true
3
+user=root
4
+
0 commit comments