EasyEngine / EasyEngine/site-type-php

Fix global network warning while running ee shell

Open
#59 0 comments 0 reactions 1 assignee Claimed by @PiyushKhurana View on GitHub
Dominant language
PHP
Stars
7
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Getting following warning while running ee shell on a PHP site:
```
WARNING: Some networks were defined but are not used by any service: global-backend-network
```

This is occurring because a PHP site without DB or cache has global backend network in it's `docker-compose.yml`, but it's not used.

So to fix this issue, we need to add global backend network in `docker-compose.yml` only when `--cache` or `--with-db` flag is passed.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.