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
Both database.yml and database.volume.yml files have volumes entry causing the docker image to complain about double mounting points and refusing to create the database. After commenting one entry in database.yml the docker could create the database.
Now I experience following issue:
Starting eevolution ... done
Attaching to eevolution
eevolution | -----------> ConfigurationData.test: Not correct: AppsServer = localhost [1]
eevolution |
eevolution | Warning: One or more of the configuration test failed.
eevolution |
The text was updated successfully, but these errors were encountered:
Both
database.yml
anddatabase.volume.yml
files havevolumes
entry causing the docker image to complain about double mounting points and refusing to create the database. After commenting one entry indatabase.yml
the docker could create the database.Now I experience following issue:
The text was updated successfully, but these errors were encountered: