Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuan Zhixiang
c-backend-docker
Commits
8db9e5a9
Commit
8db9e5a9
authored
Apr 21, 2024
by
Yuan Zhixiang
Browse files
添加c-redis镜像
parent
3ac4c368
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Redis/Dockerfile
0 → 100644
View file @
8db9e5a9
FROM
redis
COPY
redis.conf /usr/local/etc/redis/redis.conf
CMD
[ "redis-server", "/usr/local/etc/redis/redis.conf" ]
\ No newline at end of file
Redis/redis.conf
0 → 100644
View file @
8db9e5a9
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment