Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
f42fe51698a9399ef0771a289d1f8581480406e3
Authored by
Igor Kulikov
2018-11-28 18:12:32 +0200
1 parent
f3c50951
Add restart flag for redis
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
docker/docker-compose.yml
docker/docker-compose.yml
View file @
f42fe51
...
...
@@ -36,6 +36,7 @@ services:
36
36
depends_on
:
37
37
-
zookeeper
38
38
redis
:
39
+
restart
:
always
39
40
image
:
redis:4.0
40
41
ports
:
41
42
-
"
6379"
...
...