Skip to content

Commit

Permalink
Updated relevant documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Eagle committed Mar 31, 2017
1 parent 3369103 commit 846cad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.5.0

- Changed port mapping from 9150 to 51203 (HTTPS) and 9151 to 51204 (SSH).
- Updated GitLab CE to version 9.0.2-ce.0.
- Added .dockerignore rule to ignore .md files.

# v1.4.2

- Updated GitLab CE to version 9.0.0-ce.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If no network has been created, run the following Docker command (geared toward
## Port Mapping
The external ports used to map to the internal ports that GitLab CE uses are 9150 (maps to 443 for HTTPS) and 9151 (maps to 22 for SSH). These ports can certainly be changed but please be mindful of the effects. Changing the port mapped to HTTPS will require changing it on the *external_url* setting found in the Docker Compose file.
The external ports used to map to the internal ports that GitLab CE uses are 51203 (maps to 443 for HTTPS) and 51204 (maps to 22 for SSH). These ports can certainly be changed but please be mindful of the effects. Changing the port mapped to HTTPS will require changing it on the *external_url* setting found in the Docker Compose file.
However, if the external port for HTTPS is set to the same port used internally (e.g. 443), then the port can be omitted from the *external_url* setting and the *nginx['listen_port']* setting can be omitted as it will no longer be required.
Expand Down

0 comments on commit 846cad8

Please sign in to comment.