diff options
author | Davey Shafik <me@daveyshafik.com> | 2020-08-11 06:27:28 +0000 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2020-08-11 06:27:28 +0000 |
commit | 4b796ffef0834a7b167f9e8536f6d164933ff6ae (patch) | |
tree | 1c32d1b7f846bd0c8066dc6a458c92e5d7ca0d7d | |
parent | 91965acfa005ccb102cbe8283953c83cbd277a00 (diff) | |
download | php7-mysql-shim-4b796ffef0834a7b167f9e8536f6d164933ff6ae.zip php7-mysql-shim-4b796ffef0834a7b167f9e8536f6d164933ff6ae.tar.gz php7-mysql-shim-4b796ffef0834a7b167f9e8536f6d164933ff6ae.tar.bz2 |
Allow empty MySQL password
-rw-r--r-- | .devcontainer/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 823ae69..89c0d4f 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -40,5 +40,5 @@ services: # - "3306:3306" restart: unless-stopped environment: - MYSQL_ROOT_PASSWORD: + MYSQL_ALLOW_EMPTY_PASSWORD: 1 MYSQL_DATABASE: shim_test |