TahaRasouli commited on
Commit
8295cf0
1 Parent(s): a68a34d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ ENV POSTGRES_PASSWORD=ai
8
  ENV PGDATA=/var/lib/postgresql/data/pgdata
9
 
10
  # Expose the PostgreSQL port
11
- EXPOSE 5432
12
 
13
  # Use a volume for PostgreSQL data
14
  VOLUME ["/var/lib/postgresql/data"]
 
8
  ENV PGDATA=/var/lib/postgresql/data/pgdata
9
 
10
  # Expose the PostgreSQL port
11
+ EXPOSE 7860
12
 
13
  # Use a volume for PostgreSQL data
14
  VOLUME ["/var/lib/postgresql/data"]