-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Description
I'm using the latest version of everything and the v2 of docker compose.
- I tried to set it in the
docker-compose.ymlfile with no luck as there's no clear reference on where to place it exactly? - I tried to add it in an
.envfile but didn't read it! - I also tried to add it in the command and it keeps giving an error.
docker-compose up -d -p anything nginx php mysqldocker-compose up -d --project-name anything nginx php mysqlI'm more interested in adding it to the docker-compose file.
The main reason is I want to override the default project name which is the directory name.
Lednerb, andreipaz, dave-stevens-net, a1300, latevaweb and 14 more