diff options
author | Davey Shafik <me@daveyshafik.com> | 2020-08-11 06:20:58 +0000 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2020-08-11 06:20:58 +0000 |
commit | 91965acfa005ccb102cbe8283953c83cbd277a00 (patch) | |
tree | e97cb7346305de9b8e2b7073eaa615922174a635 | |
parent | 03224d295f15b038aa993951dd8277afe0fb7357 (diff) | |
parent | aba868c30f93dfc3d75b68c38326523d44e39803 (diff) | |
download | php7-mysql-shim-91965acfa005ccb102cbe8283953c83cbd277a00.zip php7-mysql-shim-91965acfa005ccb102cbe8283953c83cbd277a00.tar.gz php7-mysql-shim-91965acfa005ccb102cbe8283953c83cbd277a00.tar.bz2 |
Merge branch 'master' of https://github.com/dshafik/php7-mysql-shim
-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 ee5e7d4..823ae69 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -27,7 +27,7 @@ services: # Overrides default command so things don't shut down after the process ends. command: sleep infinity - depends_on: + links: - mariadb mariadb: |