no-ports
This commit is contained in:
parent
171c019ce4
commit
b946c4eccc
@ -131,8 +131,8 @@ services:
|
||||
|
||||
youtrack:
|
||||
image: jetbrains/youtrack:2022.2.60480
|
||||
networks:
|
||||
- common-infra-nginx
|
||||
ports:
|
||||
- "1231:8080"
|
||||
volumes:
|
||||
- /sprint-data/youtrack/data:/opt/youtrack/data
|
||||
- /sprint-data/youtrack/conf:/opt/youtrack/conf
|
||||
|
@ -57,7 +57,7 @@ http {
|
||||
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
|
||||
|
||||
location / {
|
||||
proxy_pass http://youtrack:8080/;
|
||||
proxy_pass http://youtrack.sprinthub.ru:1231/;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user