Skip to content
Snippets Groups Projects
Commit 7532be8f authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Update README.md

parent f6a0e257
No related branches found
No related tags found
No related merge requests found
......@@ -407,6 +407,7 @@ Docker-in-docker: Set firewall rule to prevent Internet from accessing port 2375
First run (setup database):
```
mkdir /data
# Web Portal
sudo docker run --log-opt max-size=10M -d --name webvirtmgr -v /srv/webvirt:/data/ -e WEBVIRTMGR_ADMIN_USERNAME=admin -e WEBVIRTMGR_ADMIN_EMAIL=admin@local.domain -e WEBVIRTMGR_ADMIN_PASSWORD=password -p 6081:8000 odivlad/webvirtmgr
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment