diff --git a/.env b/.env index a4f1032e79..943d005343 100644 --- a/.env +++ b/.env @@ -46,7 +46,7 @@ # - "workers" : launch one worker container by kind of Jobs, you can also # choose to launch only some workers, see worker profile list below. # - "worker" : launch one container worker with all jobs run on it. -# - "cmd" : launch a container based on worker image, useful for run cmd manualy. +# - "cmd" : launch a container based on worker image, useful for run cmd manualy. # - "db" : launch a mariadb container, because this is the primary # datastore for production usage, use your own service. # - "elastisearch" : launch a elasticsearch container. @@ -94,7 +94,7 @@ # # For testing with tools: # - COMPOSE_FILE=docker-compose.yml:docker-compose.datastores.yml:docker-compose.tools.yml -# - COMPOSE_PROFILES=app,setup,db,pma,elasticsearch,rabbitmq,redis,redis-session,workers,,cmd,mailhog,gateway-classic +# - COMPOSE_PROFILES=app,setup,db,pma,elasticsearch,rabbitmq,redis,redis-session,workers,cmd,mailhog,gateway-classic # # For testing with debug and SSL (the traekik is provide by Phrasea stack): # - COMPOSE_FILE=docker-compose.yml:docker-compose.datastores.yml:docker-compose.tools.yml:docker-compose.under-phrasea.yml