Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Merge requests
!313
Docker issue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Docker issue
docker-issue
into
devel_1.0.x
Overview
7
Commits
6
Pipelines
4
Changes
4
All threads resolved!
Hide all comments
Merged
Piotr Gawron
requested to merge
docker-issue
into
devel_1.0.x
4 years ago
Overview
7
Commits
6
Pipelines
4
Changes
4
All threads resolved!
Hide all comments
Expand
after moving frontend dependencies to npm they were not available in docker
port on which smasch is exposed changed to 8888 (so it's consistent across the whole project)
Edited
4 years ago
by
Piotr Gawron
0
0
Merge request reports
Viewing commit
7a1c9ee2
Prev
Next
Show latest version
4 files
+
8
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
7a1c9ee2
change port to 8888
· 7a1c9ee2
Piotr Gawron
authored
4 years ago
docker/nginx/nginx.conf
+
1
−
1
Options
@@ -43,7 +43,7 @@ http {
proxy_set_header
X-Forwarded-For
$proxy_add_x_forwarded_for
;
proxy_set_header
Host
$http_host
;
proxy_redirect
off
;
proxy_pass
http://web:8
002
;
proxy_pass
http://web:8
888
;
}
}
}
Loading