Skip to content

Instantly share code, notes, and snippets.

giort@GG:~$ docker inspect nginx-proxy
[
{
"Id": "67fd56e4e8f560c6ea196212a0fbd97eb4d4d68d158e4b97541f7af774249d3d",
"Created": "2023-04-29T14:38:08.523923979Z",
"Path": "/app/docker-entrypoint.sh",
"Args": [
"forego",
"start",
"-r"
<?php
namespace frontend\services;
use common\models\LogCSPViolation;
use Yii;
use yii\db\Expression;
use yii\db\JsonExpression;
use yii\helpers\Json;