Pe46dro/XBackBone-docker

container will not start up

ndaringer opened this issue · 2 comments

Here is the output of the docker log. Not really sure where to go from here.

-> Executing /opt/docker/provision/entrypoint.d/01-app.sh
PHP Fatal error: Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 19 UNIQUE constraint failed: users.email in /app/app/Database/DB.php:41

Stack trace:
#0 /app/app/Database/DB.php(41): PDOStatement->execute()
#1 /app/bin/migrate(36): App\Database\DB->query(Object(PDOStatement), Array)

}
thrown in /app/app/Database/DB.php on line 41

Could you please try to run the following command:
echo '-' > YOUR_STORAGE_VOLUME/storage/.installed

I think that i missed to write it in documentation about last release

That worked! Thank you.