mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
docker-compose: define GITLAB_PORT and GITLAB_SSH_PORT environment variables
This commit is contained in:
parent
1ab8cdb262
commit
ce3268f1bd
@ -12,5 +12,8 @@ gitlab:
|
||||
ports:
|
||||
- "10080:80"
|
||||
- "10022:22"
|
||||
environment:
|
||||
- GITLAB_PORT=10080
|
||||
- GITLAB_SSH_PORT=10022
|
||||
redis:
|
||||
image: sameersbn/redis:latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user