Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
adding monitoring folder to the writeable path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-potemkin committed Oct 15, 2022
1 parent 0360141 commit 788a95a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.patch
Expand Up @@ -31,6 +31,8 @@
+ && ln -s ${OPENFIRE_DATA_DIR}/conf/security ${OPENFIRE_DIR}/resources/ \
+ && ln -s ${OPENFIRE_DATA_DIR}/embedded-db ${OPENFIRE_DIR}/ \
+ && ln -sf ${OPENFIRE_LOG_DIR} ${OPENFIRE_DIR}/logs
+ && ln -sf ${OPENFIRE_LOG_DIR} ${OPENFIRE_DIR}/monitoring


LABEL maintainer="florian.kinder@fankserver.com"
-WORKDIR /usr/local/openfire
Expand Down

0 comments on commit 788a95a

Please sign in to comment.