RotherOSS / otobo-docker

OTOBO Docker and Docker Compose files.
GNU General Public License v3.0
32 stars 16 forks source link

Incorrect comment about otovar_XXX in the sample docker-compose files #75

Closed bschmalhofer closed 2 years ago

bschmalhofer commented 3 years ago

In the files _.docker_compose_envhttp* there are lines like: scripts/update.sh

For use with scripts/update.sh, otovar_XXX() will be replaced

OTOBO_IMAGE_OTOBO=otovar_REPOSITORY()otobo:otovar_TAG()

These are sample settings to be used in _/opt/otobo-docker/dotenv.m4 and the ,env file is generated with _scripts/devel/generate_dotenv.sh. The comment mentions scripts/update.sh, which is nonsense.

TODO:

bschmalhofer commented 2 years ago

The incorrent comment has been changed. At least the explanation is longer. Closing this issue.

Regarding the Kerberos config see #81 .