You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file start-zk.sh, there are two lines of configurations:
sed -i -r 's|#(log4j.appender.ROLLINGFILE.MaxBackupIndex.*)|\1|g' $ZK_HOME/conf/log4j.properties
sed -i -r 's|#autopurge|autopurge|g' $ZK_HOME/conf/zoo.cfg
why not move all configurations to Dockerfile ?
The text was updated successfully, but these errors were encountered:
In the file
start-zk.sh
, there are two lines of configurations:why not move all configurations to
Dockerfile
?The text was updated successfully, but these errors were encountered: