diff --git a/.run/localhost.run.xml b/.run/localhost.run.xml index 1929e2a..b9cf69e 100644 --- a/.run/localhost.run.xml +++ b/.run/localhost.run.xml @@ -1,5 +1,5 @@ - + - \ No newline at end of file + diff --git a/Readme.md b/Readme.md index 87befca..09aca14 100644 --- a/Readme.md +++ b/Readme.md @@ -16,18 +16,18 @@ docker compose -f docker-compose.yml up --build -d ### Run composer install ```bash -docker exec attribute_article composer install +docker exec article_symfony_serializer composer install ``` ### Run tests ```bash -docker exec attribute_article bin/phpunit +docker exec article_symfony_serializer bin/phpunit ``` ### Open bash ```bash -docker exec -it attribute_article bash +docker exec -it article_symfony_serializer bash ``` ## Frontend diff --git a/docker-compose.yml b/docker-compose.yml index 6722040..4656de4 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.6' services: php: - container_name: attribute_article + container_name: article_symfony_serializer image: alaugks/apache-php:8.2.21-v2.0-xdebug volumes: - ./app:/var/www/app @@ -10,4 +10,4 @@ services: environment: APPLICATION_ENV: "docker" PHP_IDE_CONFIG: "serverName=localhost" - XDEBUG_CONFIG: "idekey=attribute_article" + XDEBUG_CONFIG: "idekey=article_symfony_serializer"