Skip to content

Commit 6452a93

Browse files
committed
suggest to use port 80 rather than 8000 in README
1 parent a885973 commit 6452a93

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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)
42

53
This is an unofficial **GitLab Pages** implementation for **GitLab CE (GitLab Community Edition)**, denoted as **GCP**.
64

@@ -41,7 +39,7 @@ The only ~~supported~~ encouraged way to run **GCP** is with [Docker](https://ww
4139
--env 'PROJECT_ROOT=public' \
4240
--volume /srv/gitlab-ce-pages/public:/home/pages/public/ \
4341
--volume /srv/gitlab-ce-pages/cname:/home/pages/cname/ \
44-
-p 8000:80 \
42+
-p 80:80 \
4543
yums/gitlab-ce-pages:1.1.0
4644
```
4745

@@ -106,4 +104,4 @@ This is a sample `docker-compose.yml` file for you if you want to use docker-com
106104
- ./public:/home/pages/public
107105
- ./cname:/home/pages/cname
108106
ports:
109-
- "8000:80"
107+
- "80:80"

0 commit comments

Comments
 (0)