Kaballas commited on
Commit
e4ddc67
·
verified ·
1 Parent(s): 6540a59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Use the official PostgresML image
2
  FROM ghcr.io/postgresml/postgresml:2.7.12
3
-
4
  # Optional: Set environment variables if needed
5
  ENV POSTGRES_DB=postgresml
6
  ENV POSTGRES_USER=postgresml
 
1
  # Use the official PostgresML image
2
  FROM ghcr.io/postgresml/postgresml:2.7.12
3
+ SECURITY_OPT="no-new-privileges:false"
4
  # Optional: Set environment variables if needed
5
  ENV POSTGRES_DB=postgresml
6
  ENV POSTGRES_USER=postgresml