Jim Priest
09/30/2022, 7:51 PMcfml:
container_name: cfml
hostname: <http://local.foo.com|local.foo.com>
image: ortussolutions/commandbox:adobe2021
environment:
CFPM_INSTALL: sqlserver
BOX_SERVER_CFCONFIGFILE: myconfig.json
I sort of expected to see something in this section:
| Dry run specified, exiting without starting server.
cfml | |------------------------------
cfml | | √ | Overriding server.json values from env vars
cfml | | |----------------------------------------------------------
cfml | | | Overridding [CFCONFIGFILE] with OS environment variable [BOX_SERVER_C
cfml | | | FCONFIGFILE
cfml | | | Overridding [RUNWAR.ARGS] with OS environment variable [BOX_SERVER_RU
cfml | | | NWAR_ARGS
cfml | | | Overridding [APP.SERVERHOMEDIRECTORY] with OS environment variable [B
cfml | | | OX_SERVER_APP_SERVERHOMEDIRECTORY
cfml | | | Overridding [APP.CFENGINE] with OS environment variable [BOX_SERVER_A
cfml | | | PP_CFENGINE
cfml | | |----------------------------------------------------------
cfml | | √ | Setting Server Profile to [development]
cfml | | |------------------------------------------------------
cfml | | | Profile set from profile property in server.json
cfml | | | Block CF Admin disabled
cfml | | | Block Sensitive Paths enabled
cfml | | | Block Flash Remoting enabled
cfml | | | Directory Browsing enabled
cfml | | | File Caching disabled
cfml | | |------------------------------------------------------
cfml | | √ | Loading CFConfig into server
cfml | | |-------------------------------------------
cfml | | | Found CFConfig JSON in "CFConfigFile" server.json key.
cfml | | | Importing adobe config from [/app/myconfig.json]
cfml | | | Config transferred from /app/myconfig.json!
cfml | | | Found OS environment variable [cfconfig_adminPassword]
cfml | | | Importing into [adobe]...
cfml | | | [adminPassword] set.
cfml | | |-------------------------------------------
Jim Priest
09/30/2022, 8:53 PM"scripts":{
"onServerInstall":"cfpm install sqlserver"
},
jclausen
09/30/2022, 8:54 PMJim Priest
09/30/2022, 9:14 PMjclausen
09/30/2022, 9:23 PMjclausen
09/30/2022, 9:24 PMJim Priest
09/30/2022, 9:54 PM