Add more port flexibility to gitlab (#335)
* added questions to alter the default ports * Implemented port variability
This commit is contained in:
committed by
Hussein Galal
parent
32dc037970
commit
08a8804bc4
@@ -1,7 +1,8 @@
|
||||
gitlab-server:
|
||||
ports:
|
||||
- 22:22/tcp
|
||||
- 80:80/tcp
|
||||
- ${ssh_port}:22/tcp
|
||||
- ${http_port}:80/tcp
|
||||
- ${https_port}:443/tcp
|
||||
labels:
|
||||
io.rancher.sidekicks: gitlab-data
|
||||
hostname: ${gitlab_hostname}
|
||||
|
||||
Reference in New Issue
Block a user