GamerC0der commited on
Commit
3f7dbe4
·
verified ·
1 Parent(s): 0379a07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -2,4 +2,5 @@ FROM postgres:16
2
  ENV POSTGRES_USER=myuser
3
  ENV POSTGRES_PASSWORD=mypassword
4
  ENV POSTGRES_DB=mydatabase
5
- EXPOSE 7860
 
 
2
  ENV POSTGRES_USER=myuser
3
  ENV POSTGRES_PASSWORD=mypassword
4
  ENV POSTGRES_DB=mydatabase
5
+ EXPOSE 7860
6
+ RUN echo "port=7860" >> /usr/share/postgresql/postgresql.conf.sample