shopsys/demoshop

remove container names

Opened this issue · 0 comments

What is happening

for scaling and for building and deploying projects during production or development or CI it is better to have docker-compose config without names. The output name of the container will constist of project name that can be set with -p or default is name of the folder and with the name of the service and order of scaling instance
for example: demoshop_php-fpm_1

Expected result

container names in docker-compose.yml could be renamed or removed.