Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-dockerfiles
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qg-dockerfiles
Commits
69bfe651
Commit
69bfe651
authored
Jul 18, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
work dir
parent
1854286d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
Dockerfile
tke/redis3sentinel/Dockerfile
+1
-1
redis-6379.conf
tke/redis3sentinel/confs/redis-6379.conf
+1
-2
redis-6380.conf
tke/redis3sentinel/confs/redis-6380.conf
+1
-1
No files found.
tke/redis3sentinel/Dockerfile
View file @
69bfe651
...
@@ -7,6 +7,6 @@ RUN mkdir /var/log/redis \
...
@@ -7,6 +7,6 @@ RUN mkdir /var/log/redis \
&&
mkdir
/var/lib/redis
\
&&
mkdir
/var/lib/redis
\
&&
mkdir
/var/run/redis
&&
mkdir
/var/run/redis
EXPOSE
6379 6380 6381
6382 6383
26379
EXPOSE
6379 6380 6381 26379
CMD
./start.sh
CMD
./start.sh
tke/redis3sentinel/confs/redis-6379.conf
View file @
69bfe651
...
@@ -150,7 +150,7 @@ dbfilename "dump.rdb"
...
@@ -150,7 +150,7 @@ dbfilename "dump.rdb"
# The Append Only File will also be created inside this directory.
# The Append Only File will also be created inside this directory.
#
#
# Note that you must specify a directory here, not a file name.
# Note that you must specify a directory here, not a file name.
dir
"/
private/
var/lib/redis"
dir
"/var/lib/redis"
################################# REPLICATION #################################
################################# REPLICATION #################################
...
@@ -596,4 +596,3 @@ aof-rewrite-incremental-fsync yes
...
@@ -596,4 +596,3 @@ aof-rewrite-incremental-fsync yes
# include /path/to/local.conf
# include /path/to/local.conf
# include /path/to/other.conf
# include /path/to/other.conf
# Generated by CONFIG REWRITE
# Generated by CONFIG REWRITE
tke/redis3sentinel/confs/redis-6380.conf
View file @
69bfe651
...
@@ -150,7 +150,7 @@ dbfilename "dump.rdb"
...
@@ -150,7 +150,7 @@ dbfilename "dump.rdb"
# The Append Only File will also be created inside this directory.
# The Append Only File will also be created inside this directory.
#
#
# Note that you must specify a directory here, not a file name.
# Note that you must specify a directory here, not a file name.
dir
"/
private/
var/lib/redis"
dir
"/var/lib/redis"
################################# REPLICATION #################################
################################# REPLICATION #################################
...
...
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