Sonerezh / sonerezh

A self-hosted, web-based application to stream your music, everywhere.
https://www.sonerezh.bzh
GNU Affero General Public License v3.0
766 stars 122 forks source link

running the container without linking to db #337

Open GiganteX opened 6 years ago

GiganteX commented 6 years ago

I have MySQL running on a separate server. I don't want to run a container for the db. I just want to specify host, user and pw to the MySQL server. so no linking.

I am trying to run the container without linking, but it fails: "error: missing required SONEREZH_DB_ENV_MYSQL_PASSWORD environment variable"

If I specify that variable it gives me the same response anyway. Was hoping I'd be able to docker exec in to the container and modify some config file to setup the location etc of the database.

What can I do?

lGuillaume124 commented 6 years ago

Hello,

The Docker image is very very old and not maintained anymore. Sorry.

You can still build your own image based on the latest release.