Commit e9a989e0231c2562c16dbeed3fa236b2ea924c8d

Authored by Antoine Goutenoir
1 parent 917aaf90
Exists in master

Review docker compose config.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
docker-compose.yml
1 1 # Orchestrate docker containers to host an instance of the project.
2   -# You *can* use this for development. Don't.
3   -# You *can* use this for production. Don't.
  2 +# You *could* use this for development. Don't.
  3 +# You *could* use this for production. Don't.
4 4  
5 5 version: '2.0'
6 6 services:
... ...