fix
This commit is contained in:
parent
7bee6168da
commit
43228b8cc4
@ -10,6 +10,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- gitlab-nginx
|
- gitlab-nginx
|
||||||
|
hostname: 'gitlab.sprinthub.ru'
|
||||||
shm_size: '256m'
|
shm_size: '256m'
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
@ -8,7 +8,7 @@ http {
|
|||||||
server_name gitlab.sprinthub.ru;
|
server_name gitlab.sprinthub.ru;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://gitlab:80/;
|
proxy_pass http://gitlab.sprinthub.ru:80/;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user