summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2020-08-11 06:20:58 +0000
committerDavey Shafik <me@daveyshafik.com>2020-08-11 06:20:58 +0000
commit91965acfa005ccb102cbe8283953c83cbd277a00 (patch)
treee97cb7346305de9b8e2b7073eaa615922174a635
parent03224d295f15b038aa993951dd8277afe0fb7357 (diff)
parentaba868c30f93dfc3d75b68c38326523d44e39803 (diff)
downloadphp7-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.yml2
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: