diff --git a/Docker-Installation.textile b/Docker-Installation.textile index 2c3a61c..f3d2b1a 100644 --- a/Docker-Installation.textile +++ b/Docker-Installation.textile @@ -21,11 +21,11 @@ rm /tmp/key.py # Copy 'generated code' and paste it to webvirtcloud/settings.py as SECRET_KEY = '' # Build the docker container -
docker build -t retspen/webvirtcloud:0.1 .
+
docker build -t retspen/webvirtcloud:1 .
# Start the container. *Use this command only for the first start* -
docker run -d -p 80:80 -p 6080:6080 retspen/webvirtcloud:0.1
+
docker run -d -p 80:80 -p 6080:6080 retspen/webvirtcloud:1
# (Optional) If you want you can change the port of the webpage by changing the previous command -
docker run -d -p :80 -p 6080:6080 retspen/webvirtcloud:0.1
+
docker run -d -p :80 -p 6080:6080 retspen/webvirtcloud:1
# Run browser enter host url with http. # Login with: Username admin, password admin # Change your admin password