- Add NETWORK_TABLE var (Docker Tools 1.4) in env.distrib file,
- Fix release date.
This commit is contained in:
parent
cdf843d758
commit
9de707fb6a
@ -1,7 +1,8 @@
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
Rx3-Docker/MicroSocks V 1.0.0 - A. GIBERT - 2025/04/05
|
||||
Rx3-Docker/MicroSocks V 1.0.0 - A. GIBERT - 2025/04/06
|
||||
------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
- Initial release,
|
||||
- Based on rx3-docker/server:1.2.1-mga9 image,
|
||||
- MicroSocks V1.0.5.
|
||||
- MicroSocks V1.0.5,
|
||||
- Support Docker Tools 1.4.x.
|
||||
|
7
env.dist
7
env.dist
@ -32,10 +32,8 @@ APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"
|
||||
# User Settings
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
#APPL_ENV="prd"
|
||||
#APPL_ENV="tst"
|
||||
#APPL_ENV="int"
|
||||
APPL_ENV="dvp"
|
||||
APPL_ENV="2"
|
||||
APPL_NAME_SHORT="vir"
|
||||
|
||||
|
||||
|
||||
@ -90,3 +88,4 @@ SP_CMD_OPTIONS=""
|
||||
NETWORK_SUBNET=10.10.33.8/30
|
||||
NETWORK_ADDRESS=10.10.33.9
|
||||
NETWORK_GATEWAY=10.10.33.10
|
||||
NETWORK_TABLE=4
|
||||
|
Loading…
Reference in New Issue
Block a user