Is it possible to call the services image with options to set flags for the mysql container?
The official mysql image has this example:
docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
The options are:
--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
In my case i would like to set the timezone in the container:
-- default-time-zone='+02:00'
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.