- Update to deluge 2.1.1,
- Rename compose service from peer-2-peer to peer2peer.
This commit is contained in:
8
env.dist
8
env.dist
@@ -21,7 +21,7 @@ APPL_NAME="deluge"
|
||||
APPL_NAME_FULL="Deluge"
|
||||
APPL_NAME_SHORT="deluge"
|
||||
APPL_ORG="rx3"
|
||||
APPL_VERSION="1.0.0"
|
||||
APPL_VERSION="1.1.0"
|
||||
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
|
||||
|
||||
APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"
|
||||
@@ -50,8 +50,8 @@ else
|
||||
PORT_ENV_OFFSET=0
|
||||
fi
|
||||
|
||||
APPL_USER="apache"
|
||||
APPL_GROUP="apache"
|
||||
APPL_USER="mirror"
|
||||
APPL_GROUP="mirror"
|
||||
|
||||
HOST_NAME_PREFIX=${APPL_NAME}${APPL_SUFFIX}
|
||||
|
||||
@@ -76,7 +76,7 @@ DOCKER_TOOLS_VOLUME=SINGLE
|
||||
# | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id |
|
||||
#------------------+----------+--------------------------+--------------------+------------------+-------------------------------+----------------------+--------------------+---------------+------------+--------------+------------+--------------+-------+---------------+-------+--------------+--------------+
|
||||
|
||||
docker_service_add P2P peer-2-peer ${ORG_URL_PREFIX} deluge "Rx3-Docker/Deluge" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.2-mga9 - - ${PORT_MAIN} 58846 ${PORT_ADMIN} 80 mirror mirror
|
||||
docker_service_add P2P peer2peer ${ORG_URL_PREFIX} deluge "Rx3-Docker/Deluge" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.2-mga9 - - ${PORT_MAIN} 58846 ${PORT_ADMIN} 80 ${APPL_USER} ${APPL_GROUP}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user