3 lines
361 B
Bash
3 lines
361 B
Bash
|
# Docker by default uses the folder name to isolate different projects. This might however be a problem because we call our folder "dev", which might also be how other projects call their folders. To avoid any collisions, we use an idea from https://stackoverflow.com/questions/50947938/docker-compose-orphan-containers-warning
|
||
|
COMPOSE_PROJECT_NAME=b1gmail-dev
|