build(docker): delete etc path in volumes on Dockerfile

This commit is contained in:
zhanghongtong 2021-08-03 14:32:50 +08:00 committed by Rory Z
parent b69059d442
commit 83630982bc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ RUN chgrp -Rf emqx /opt/emqx && chmod -Rf g+w /opt/emqx \
USER emqx
VOLUME ["/opt/emqx/log", "/opt/emqx/data", "/opt/emqx/etc"]
VOLUME ["/opt/emqx/log", "/opt/emqx/data"]
# emqx will occupy these port:
# - 1883 port for MQTT