I want to add some parameter on container start up
I want to add some parameter on Mysql container start up, something just written in the docker compose file .
12 Replies
Project ID:
N/A
command:
- --default-authentication-plugin=mysql_native_password
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_general_ci
- --explicit_defaults_for_timestamp=true
how to do that in railway?
railway doesnt support docker compose, are these just cli flags to mysqld?
I'm not sure, but I think these are nessary for Mysql to start up
are you using railways mysql database?
no, I use the image from dockerhub
may i ask whats wrong with the mysql database railway offers?
another question, railway can't indicate the target version of image?
yes you can specify a version tag when adding an image to a service
up to now, I don't see mistakes. I'm doing as a startup document
can you try to deploy railways mysql database please? none of the flags you provided are necessary for mysql to start on railway
okay