fix typo in DOCKER.md

This commit is contained in:
sam 2025-02-28 16:47:21 +01:00
parent 218c756a70
commit a248536789
Signed by: sam
GPG key ID: B4EF20DDE721CAA1

View file

@ -2,7 +2,7 @@
1. Copy `docker/config.example.ini` to `docker/config.ini`, and change the settings to your liking.
2. Copy `docker/proxy-config.example.json` to `docker/proxy-config.json`, and do the same.
3. Copy `docker/frontend.example.env` to `docker/frontend.env`, and do th esame.
3. Copy `docker/frontend.example.env` to `docker/frontend.env`, and do the same.
4. Build with `docker compose build`
5. Run with `docker compose up`