Skip to content

Commit

Permalink
Remove obsolete note about UI config
Browse files Browse the repository at this point in the history
UI config is now taken from the environment any changes should take
effect on a restart, without the need for a rebuild.
  • Loading branch information
lunkwill42 committed Feb 15, 2024
1 parent 46be169 commit ce2cd9f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,6 @@ Docker Compose, we suggest looking at including
https://github.com/nginx-proxy/acme-companion into your `docker-compose.yml`
(or maybe preferably, into `docker-compose.override.yml`).

### UI configuration

As it stands, the front-end user interface is a React/TypeScript application,
where the configuration is compiled statically into the resulting JavaScript
code files. This means all the configuration options are build-time options,
not run-time options.

I.e every configuration change you make in [`.env`](./.env) that affects the frontend
will cause a re-build of the frontend image and containers.

### Troubleshooting on MacOS

The images referred to by `docker-compose.yml` are hosted as GitHub packages on
Expand Down

0 comments on commit ce2cd9f

Please sign in to comment.