Skip to content

Commit

Permalink
fix broken crossref in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 14, 2017
1 parent 852f935 commit 8d19899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/maintaining/installing/install-from-docker-compose.rst
Expand Up @@ -289,8 +289,8 @@ The flow of variable substitution is as follows:
* ``ckan-entrypoint.sh`` injects environment variables (e.g. ``CKAN_SQLALCHEMY_URL``) into the
running ``ckan`` container, overriding the CKAN config variables from ``ckan.ini``.

See :doc:`configuration` for a list of environment variables (e.g. ``CKAN_SQLALCHEMY_URL``) which
CKAN will accept to override ``ckan.ini``.
See :doc:`/maintaining/configuration` for a list of environment variables
(e.g. ``CKAN_SQLALCHEMY_URL``) which CKAN will accept to override ``ckan.ini``.

After adding new or changing existing ``.env`` variables, locally built images and volumes may
need to be dropped and rebuilt. Otherwise, docker will re-use cached images with old or without
Expand Down

0 comments on commit 8d19899

Please sign in to comment.