Signed-off-by: Lu Weitao <luweitaobe(a)163.com>
---
container/srv-http/start-cci | 2 +-
container/srv-http/start-git | 2 +-
container/srv-http/start-initrd | 2 +-
container/srv-http/start-os | 2 +-
container/srv-http/start-pub | 2 +-
container/srv-http/start-result | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/container/srv-http/start-cci b/container/srv-http/start-cci
index 8486476..00d8e4c 100755
--- a/container/srv-http/start-cci
+++ b/container/srv-http/start-cci
@@ -9,7 +9,7 @@ cmd=(
docker run
--restart=always
--name srv-http-cci
- -p 11307:11300
+ -p 20011:11300
-v /srv/cci/libvirt-xml:/srv/cci/libvirt-xml:ro
-v /etc/localtime:/etc/localtime:ro
-d
diff --git a/container/srv-http/start-git b/container/srv-http/start-git
index f2292bf..c1181a7 100755
--- a/container/srv-http/start-git
+++ b/container/srv-http/start-git
@@ -9,7 +9,7 @@ cmd=(
docker run
--restart=always
--name srv-http-git
- -p 11305:11300
+ -p 20010:11300
-v /srv/git/archlinux:/srv/git/archlinux:ro
-v /etc/localtime:/etc/localtime:ro
-d
diff --git a/container/srv-http/start-initrd b/container/srv-http/start-initrd
index 495cc25..466ec1b 100755
--- a/container/srv-http/start-initrd
+++ b/container/srv-http/start-initrd
@@ -9,7 +9,7 @@ cmd=(
docker run
--restart=always
--name srv-http-initrd
- -p 11303:11300
+ -p 20008:11300
-v /srv/initrd/qemu-image:/srv/initrd/qemu-image:ro
-v /srv/initrd/dockerimage:/srv/initrd/dockerimage:ro
-v /srv/initrd/rpmbuild-pkg:/srv/initrd/rpmbuild-pkg:ro
diff --git a/container/srv-http/start-os b/container/srv-http/start-os
index bb344cf..d39e04e 100755
--- a/container/srv-http/start-os
+++ b/container/srv-http/start-os
@@ -9,7 +9,7 @@ cmd=(
docker run
--restart=always
--name srv-http-os
- -p 11304:11300
+ -p 20009:11300
-v /srv/os:/srv/os:ro
-v /etc/localtime:/etc/localtime:ro
-d
diff --git a/container/srv-http/start-pub b/container/srv-http/start-pub
index dc1864c..f42b117 100755
--- a/container/srv-http/start-pub
+++ b/container/srv-http/start-pub
@@ -9,7 +9,7 @@ cmd=(
docker run
--restart=always
--name srv-http-pub
- -p 11302:11300
+ -p 20006:11300
-v /srv/pub:/srv/pub:ro
-v /etc/localtime:/etc/localtime:ro
-d
diff --git a/container/srv-http/start-result b/container/srv-http/start-result
index f9ecc97..bf0287d 100755
--- a/container/srv-http/start-result
+++ b/container/srv-http/start-result
@@ -9,7 +9,7 @@ cmd=(
docker run
--restart=always
--name srv-http-result
- -p 11300:11300
+ -p 20007:11300
-v /srv/result:/srv/result:ro
-v /etc/localtime:/etc/localtime:ro
-d
--
2.23.0