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