entrypoint script now upgrades
This commit is contained in:
parent
e07af2eb65
commit
c6e7012f56
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue