From 5ad8bddc3cb5c2c17388d5c358e5b63ccf039ead Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Sat, 29 May 2021 14:01:26 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d81f8d..2a2e7d1 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Images are built primarily for `amd64` architecture, and may also include builds * The quickest way to get started is using [docker-compose](https://docs.docker.com/compose/). See the examples folder for a working [docker-compose.yml](examples/docker-compose.yml) that can be modified for development or production use. * Set various [environment variables](#environment-variables) to understand the capabilities of this image. A Sample `docker-compose.yml` is provided that will work right out of the box for most people without any fancy optimizations. * Map [persistent storage](#data-volumes) for access to configuration and data files for backup. +* Make sure you set your hostname e.g. online.example.com when starting your container to make sure the administration console urls are correct. ### Persistent Storage