diff --git a/Dockerfile b/Dockerfile index dfbc4ca..9a5d248 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,9 @@ ARG MANTISBT_VERSION=2.27.1 ARG MANTISBT='#!/bin/bash \n\ \n\ chown -R apache:apache ${APACHE_DOC_ROOT} \n\ -chmod -R u-x,g-x,o-rwx,u+X,g+X ${APACHE_DOC_ROOT} \n\ +chmod -R a-x,a+X ${APACHE_DOC_ROOT} \n\ +chmod o-rwx ${APACHE_DOC_ROOT} \n\ +chmod -R o+rwX ${APACHE_DOC_ROOT}/mantisbt/config \n\ \n\ if [[ "${MANTISBT_ADMIN_ENABLED}" == "FALSE" ]] \n\ then \n\ diff --git a/compose.yaml b/compose.yaml index c0edaa6..bda427d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -87,6 +87,7 @@ services: networks: - appl +# - internal ports: - "127.0.0.1:${WA_PORT_SV_EXT}:${WA_PORT_SV_INT}" @@ -102,3 +103,7 @@ networks: # config: # - subnet: 10.2.33.0/24 # gateway: 10.2.33.254 + +# internal: +# name: mantisbt-squashtm-internal +# external: true diff --git a/env.dist b/env.dist index ca44af0..8f302b3 100644 --- a/env.dist +++ b/env.dist @@ -20,7 +20,7 @@ APPL_NAME="mantisbt" APPL_NAME_FULL="Mantis Bug Tracker" APPL_NAME_SHORT="mantisbt" APPL_ORG="rx3-docker" -APPL_VERSION="1.0.2" +APPL_VERSION="1.0.3" APPL_MAINTAINER='"Arnaud G. GIBERT" '