entrypoint script now upgrades

This commit is contained in:
Joeri de Bruin 2026-02-25 18:22:11 +01:00
parent e07af2eb65
commit c6e7012f56
2 changed files with 6 additions and 3 deletions

View file

@ -114,11 +114,14 @@ apachectl start
WebGUI includes Docker support for easy containerized deployment:
```bash
# Build Docker image
```bash
docker build -t webgui:latest .
```
# Run with docker-compose (see distribution/docker-compose.yml)
```bash
cd distribution
docker-compose up -d
```