Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM S3-Proxy Service
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM S3-Proxy Service
Commits
43e1b57b
Verified
Commit
43e1b57b
authored
2 years ago
by
Daniel Göbel
Browse files
Options
Downloads
Patches
Plain Diff
Open port 8000 instead of 80 in docker container process
#49
parent
196409bb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
start_service.sh
+1
-1
1 addition, 1 deletion
start_service.sh
with
1 addition
and
1 deletion
start_service.sh
+
1
−
1
View file @
43e1b57b
...
...
@@ -8,4 +8,4 @@ python app/check_oidc_connection.py
python app/check_database_connection.py
# Start webserver
uvicorn app.main:app
--host
0.0.0.0
--port
80
uvicorn app.main:app
--host
0.0.0.0
--port
80
00
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment