ali525 commited on
Commit
38ed3dd
·
verified ·
1 Parent(s): 38bc391

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,5 +19,5 @@ ENV GTS_ACCOUNTS_REASON_REQUIRED=false
19
 
20
  EXPOSE 7860
21
 
22
- # السطر الأهم: تمرير الإعدادات مباشرة للأمر لضمان عدم تفعيل الموافقة اليدوية
23
- ENTRYPOINT [ "/gotosocial/gotosocial", "server", "start", "--accounts-registration-open=true", "--accounts-approval-required=false", "--accounts-reason-required=false" ]
 
19
 
20
  EXPOSE 7860
21
 
22
+ # حذفنا الـ Flags التي سببت الخطأ واكتفينا بأمر التشغيل الأساسي
23
+ ENTRYPOINT [ "/gotosocial/gotosocial", "server", "start" ]