You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker host's operating system :
Mysql Server version :
Docker informations
Docker compose version :
Docker version :
Problem's description
I recently started to use this Image. And I found out that the install.php is removed during the docker-entrypoint 20-web-console.sh. This is really inconvenient.
I would propose to change it this way:
Add a environment Argument OCS_Server_Setup_Database = true
Inside the entry point you could check if it is true or false.
If it is true the install.php isnt removed.
Else it is removed because it isnt in "setup" mode
The text was updated successfully, but these errors were encountered:
General informations
Docker host's operating system :
Mysql Server version :
Docker informations
Docker compose version :
Docker version :
Problem's description
I recently started to use this Image. And I found out that the install.php is removed during the docker-entrypoint 20-web-console.sh. This is really inconvenient.
I would propose to change it this way:
Add a environment Argument OCS_Server_Setup_Database = true
Inside the entry point you could check if it is true or false.
If it is true the install.php isnt removed.
Else it is removed because it isnt in "setup" mode
The text was updated successfully, but these errors were encountered: