Update README.md
This commit is contained in:
parent
cc08faa1ae
commit
0a87624619
|
@ -121,6 +121,7 @@ The Docker image config files used to build your CKAN project are located in the
|
|||
* CKAN is started running this: `/usr/bin/ckan -c /srv/app/ckan.ini run -H 0.0.0.0`.
|
||||
* Make sure to add the local plugins to the `CKAN__PLUGINS` env var in the `.env` file.
|
||||
|
||||
* Any custom changes to the scripts run during container start up can be made to scripts in the `setup/` directory. For instance if you wanted to change the port on which CKAN runs you would need to make changes to the Docker Compose yaml file, and the `start_ckan.sh.override` file. Then you would need to add the following line to the Dockerfile ie: `COPY setup/start_ckan.sh.override ${APP_DIR}/start_ckan.sh`
|
||||
|
||||
## 6. Extending the base images
|
||||
|
||||
|
|
Loading…
Reference in New Issue