We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4dc9d commit 740cca6Copy full SHA for 740cca6
infra/docker/prod.yml
@@ -34,6 +34,9 @@ services:
34
# NOTE: it's better to have credentials the same as in .github/workflows/integration-tests-mysql.yml
35
# and src/main/resources/application-travis.properties
36
# the generated root password will be printed to stdout (GENERATED ROOT PASSWORD: ...)
37
+ #
38
+ # Example:
39
+ # docker exec -it mystamps_db_1 mysql -u mystamps mystamps -psecret -e 'show tables'
40
- MYSQL_RANDOM_ROOT_PASSWORD=true
41
- MYSQL_USER=mystamps
42
# FIXME: try to use a secret
0 commit comments