diff --git a/docker/data-source-services/docker-compose.yml b/docker/data-source-services/docker-compose.yml index 12163ab..ffa0807 100755 --- a/docker/data-source-services/docker-compose.yml +++ b/docker/data-source-services/docker-compose.yml @@ -60,14 +60,6 @@ services: - MYSQL_PASSWORD=mariadb_pass networks: - st-internal - redis32: - image: redis:3.2-alpine - command: redis-server --appendonly yes - container_name: sourcetoad_redis32 - ports: - - "6332:6379" - networks: - - st-internal networks: st-internal: name: st-internal diff --git a/examples/laravel/docker-compose.yml b/examples/laravel/docker-compose.yml index e22176e..b71e0bd 100644 --- a/examples/laravel/docker-compose.yml +++ b/examples/laravel/docker-compose.yml @@ -18,7 +18,7 @@ services: # PHP Container # The environment variables allow Xdebug to work properly. # Networks much like above can be registered depending on what the app - # requires. In this case, redis and MariaDB. + # requires. In this case, MariaDB. ProjectName-php: container_name: sourcetoad_ProjectName_php environment: diff --git a/examples/yii2/docker-compose.yml b/examples/yii2/docker-compose.yml index b1bf689..65e816b 100644 --- a/examples/yii2/docker-compose.yml +++ b/examples/yii2/docker-compose.yml @@ -18,7 +18,7 @@ services: # PHP Container # The environment variables allow Xdebug to work properly. # Networks much like above can be registered depending on what the app - # requires. In this case, redis and MariaDB. + # requires. In this case, MariaDB. ProjectName-php: container_name: sourcetoad_ProjectName_php build: .