mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
5 lines
53 B
Docker
5 lines
53 B
Docker
FROM redis:7-alpine
|
|
|
|
# Expose Redis port
|
|
EXPOSE 6379
|