This website requires JavaScript.
Explore
Help
Sign In
colin
/
ATLAS
forked from
Nixius/authelia
Watch
1
Star
0
Fork
You've already forked ATLAS
0
Code
Pull Requests
Activity
ab11e62c04
ATLAS
/
docker
/
redis
/
Dockerfile.production
4 lines
63 B
Docker
Raw
Blame
History
FROM
redis:latest
CMD
[
"redis-server"
,
"--appendonly"
,
"yes"
]
View Git Blame
Copy Permalink