File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- # GitLab CE Pages
2
-
3
- [ ![ Build Status] ( https://travis-ci.org/YuMS/gitlab-ce-pages.svg?branch=master )] ( https://travis-ci.org/YuMS/gitlab-ce-pages )
1
+ # GitLab CE Pages [ ![ Build Status] ( https://travis-ci.org/YuMS/gitlab-ce-pages.svg?branch=master )] ( https://travis-ci.org/YuMS/gitlab-ce-pages )
4
2
5
3
This is an unofficial ** GitLab Pages** implementation for ** GitLab CE (GitLab Community Edition)** , denoted as ** GCP** .
6
4
@@ -41,7 +39,7 @@ The only ~~supported~~ encouraged way to run **GCP** is with [Docker](https://ww
41
39
--env 'PROJECT_ROOT=public' \
42
40
--volume /srv/gitlab-ce-pages/public:/home/pages/public/ \
43
41
--volume /srv/gitlab-ce-pages/cname:/home/pages/cname/ \
44
- -p 8000 :80 \
42
+ -p 80 :80 \
45
43
yums/gitlab-ce-pages:1.1.0
46
44
```
47
45
@@ -106,4 +104,4 @@ This is a sample `docker-compose.yml` file for you if you want to use docker-com
106
104
- ./public:/home/pages/public
107
105
- ./cname:/home/pages/cname
108
106
ports:
109
- - "8000 :80"
107
+ - "80 :80"
You can’t perform that action at this time.
0 commit comments