e3436e999a
thanks to mbuchalik for this idea
2 lines
361 B
Bash
2 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
|