- Update env.dist & Readme.txt files for release 1.3.1.

This commit is contained in:
Arnaud G. GIBERT 2024-12-14 08:11:55 +01:00
parent 2697d8d44a
commit 97adaf0051
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Rx3-Docker/Ampache V 1.3.x - A. GIBERT - 2024/12/xx Rx3-Docker/Ampache V 1.3.1 - A. GIBERT - 2024/12/14
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
- Fix missing crond enabled daemon in internal webapp. - Fix missing crond enabled daemon in internal webapp.

View File

@ -20,7 +20,7 @@ APPL_NAME="ampache"
APPL_NAME_FULL="Ampache" APPL_NAME_FULL="Ampache"
APPL_NAME_SHORT="ampache" APPL_NAME_SHORT="ampache"
APPL_ORG="rx3-docker" APPL_ORG="rx3-docker"
APPL_VERSION="1.3.0" APPL_VERSION="1.3.1"
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>' APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
@ -78,8 +78,8 @@ DOCKER_TOOLS_VOLUME=MERGED
docker_service_add DB database ${ORG_URL_PREFIX} mariadb - 1.1.0-mga9 - - - mysql - 8006 3306 - - postgres postgres docker_service_add DB database ${ORG_URL_PREFIX} mariadb - 1.1.0-mga9 - - - mysql - 8006 3306 - - postgres postgres
docker_service_add WAI webapp-internal ${ORG_URL_PREFIX} ampache "Rx3-Docker/Ampache" 1.3.0-mga9 ${ORG_URL_PREFIX} php-apache 1.4.0-mga9 - - 8085 80 - - apache apache docker_service_add WAI webapp-internal ${ORG_URL_PREFIX} ampache "Rx3-Docker/Ampache" ${APPL_VERSION} ${ORG_URL_PREFIX} php-apache 1.4.0-mga9 - - 8085 80 - - apache apache
docker_service_add WAE webapp-external ${ORG_URL_PREFIX} ampache - 1.3.0-mga9 - - - - - 8086 80 - - apache apache docker_service_add WAE webapp-external ${ORG_URL_PREFIX} ampache - ${APPL_VERSION} - - - - - 8086 80 - - apache apache