mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -05:00
🐛 Fix problem with localhost register in Safari
This commit is contained in:
parent
5ed84e3ae5
commit
ad19d64ce8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ services:
|
|||
- PENPOT_SMTP_PASSWORD=
|
||||
- PENPOT_SMTP_SSL=false
|
||||
- PENPOT_SMTP_TLS=false
|
||||
- PENPOT_FLAGS="enable-cors enable-insecure-register enable-audit-log"
|
||||
- PENPOT_FLAGS="enable-cors enable-insecure-register enable-audit-log disable-secure-session-cookies"
|
||||
|
||||
# LDAP setup
|
||||
- PENPOT_LDAP_HOST=ldap
|
||||
|
|
Loading…
Add table
Reference in a new issue