Skip to content

Commit

Permalink
deploy: 4996c74
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugane committed Nov 17, 2024
1 parent 7339019 commit 2ae70bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
"description": "Optional parameters to the mariadbd daemon such as `--skip-grant-tables` or `--sql_mode=NO_ENGINE_SUBSTITUTION`"
},
{
"name": "MYSQL_NETWORK",
"label": "Docker Network",
"default": "mariadb",
"description": "Network to use for communication between containers (single name, multiple networks not supported)"
"name": "MYSQL_NETWORKS",
"label": "Docker Networks",
"default": "db, mariadb, mariadb_default",
"description": "Networks to use for communication between containers (comma-separated)"
},
{
"name": "MYSQL_ROOT_HOST",
Expand Down Expand Up @@ -150,10 +150,10 @@
"description": "Optional parameters to the mysqld daemon such as `--skip-grant-tables` (safe mode) or `--sql_mode=NO_ENGINE_SUBSTITUTION` (for AWS RDS permission issues)"
},
{
"name": "MYSQL_NETWORK",
"label": "Docker Network",
"default": "mysql",
"description": "Network to use for communication between containers (single name, multiple networks not supported)"
"name": "MYSQL_NETWORKS",
"label": "Docker Networks",
"default": "db, mysql, mysql_default",
"description": "Networks to use for communication between containers (comma-separated)"
},
{
"name": "MYSQL_ROOT_HOST",
Expand Down

0 comments on commit 2ae70bd

Please sign in to comment.