rabil commited on
Commit
b55b485
1 Parent(s): 5ea6049

chore: Update Dockerfile to expose Redis port 7860

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ ARG SRH_CONNECTION_STRING
39
  ENV SRH_CONNECTION_STRING=${SRH_CONNECTION_STRING}
40
 
41
  ENV SRH_PORT=7860
42
- EXPOSE 6379
43
  ENV MIX_ENV=prod
44
 
45
  COPY docker/supervisor.conf /etc/supervisor/conf.d/supervisor.conf
 
39
  ENV SRH_CONNECTION_STRING=${SRH_CONNECTION_STRING}
40
 
41
  ENV SRH_PORT=7860
42
+ EXPOSE 7860
43
  ENV MIX_ENV=prod
44
 
45
  COPY docker/supervisor.conf /etc/supervisor/conf.d/supervisor.conf
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: pink
6
  sdk: docker
7
  pinned: true
8
  license: mit
9
- app_port: 6379
10
  ---
11
 
12
  # Serverless Redis HTTP (SRH)
 
6
  sdk: docker
7
  pinned: true
8
  license: mit
9
+ app_port: 7860
10
  ---
11
 
12
  # Serverless Redis HTTP (SRH)