Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
logs-viewer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
logs-viewer
Commits
12d97fe8
Commit
12d97fe8
authored
Jun 04, 2016
by
Maxime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change docker container port
parent
424a4bf7
Pipeline
#104
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
build_docker_images.bash
+1
-1
No files found.
build_docker_images.bash
View file @
12d97fe8
...
...
@@ -55,5 +55,5 @@ remove_container "$API_TEST_CONTAINER"
remove_container
"
$API_CONTAINER
"
log_info
"Run image"
docker run
-d
-p
800
0
:80
-v
$LOGS_DIR
:/tmp/log
--name
$API_CONTAINER
$API_IMAGE
docker run
-d
-p
800
1
:80
-v
$LOGS_DIR
:/tmp/log
--name
$API_CONTAINER
$API_IMAGE
stop_on_error
$?
"Docker run failed"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment