refactor(container): simplify Redis pool initialization flow
- Remove redundant `$container` parameter in `RedisPoolInitializer` instantiation. - Streamline container interactions for improved clarity and maintainability.
This commit is contained in:
@@ -272,8 +272,8 @@ docker network inspect traefik-public
|
||||
|
||||
### View Logs
|
||||
```bash
|
||||
# Application logs
|
||||
docker compose -f stacks/application/docker-compose.yml logs -f app
|
||||
# Application logs (Production)
|
||||
docker compose -f docker-compose.base.yml -f docker-compose.production.yml logs -f php
|
||||
|
||||
# Traefik logs
|
||||
docker compose -f stacks/traefik/docker-compose.yml logs -f
|
||||
|
||||
Reference in New Issue
Block a user