Removed custom AccessLogFactory by updating to zend-expressive-swoole 2.2

This commit is contained in:
Alejandro Celaya
2018-12-05 21:26:19 +01:00
parent 6ba4d8e947
commit 7c5825d1bc
5 changed files with 3 additions and 197 deletions

View File

@@ -1,8 +1,7 @@
#!/usr/bin/env bash
# Run docker containers if they are not up yet
if [[ $(docker ps | grep shlink_swoole) ]]; then :
else
if ! [[ $(docker ps | grep shlink_swoole) ]]; then
docker-compose up -d
fi