Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-elk
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hiep Nguyen
docker-elk
Commits
a935ffd2
You need to sign in or sign up before continuing.
Commit
a935ffd2
authored
Dec 01, 2017
by
bean
Committed by
Antoine Cotten
Dec 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Read-only config volumes (#204)
parent
1cf9cb75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker-compose.yml
docker-compose.yml
+3
-3
No files found.
docker-compose.yml
View file @
a935ffd2
...
...
@@ -8,7 +8,7 @@ services:
args
:
ELK_VERSION
:
$ELK_VERSION
volumes
:
-
./elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
-
./elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
:ro
ports
:
-
"
9200:9200"
-
"
9300:9300"
...
...
@@ -23,7 +23,7 @@ services:
args
:
ELK_VERSION
:
$ELK_VERSION
volumes
:
-
./logstash/config/logstash.yml:/usr/share/logstash/config/logstash.yml
-
./logstash/config/logstash.yml:/usr/share/logstash/config/logstash.yml
:ro
-
./logstash/pipeline:/usr/share/logstash/pipeline
ports
:
-
"
5000:5000"
...
...
@@ -40,7 +40,7 @@ services:
args
:
ELK_VERSION
:
$ELK_VERSION
volumes
:
-
./kibana/config/:/usr/share/kibana/config
-
./kibana/config/:/usr/share/kibana/config
:ro
ports
:
-
"
5601:5601"
networks
:
...
...
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