mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
Add EXPOSE directives to all Dockerfiles with port documentation
Co-authored-by: velocitatem <60182044+velocitatem@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM redis:7-alpine
|
||||
|
||||
# Redis is used as-is from the official image
|
||||
# No additional configuration needed
|
||||
# Expose Redis port
|
||||
EXPOSE 6379
|
||||
|
||||
Reference in New Issue
Block a user