Move docker-compose.yml to docker-compose.development.yml to be clear that it is a development config.

This commit is contained in:
Michael Stenta 2019-04-20 12:04:14 -04:00
parent a732629c09
commit c874df6808
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ services:
www:
depends_on:
- db
# image: farmos/farmos:7.x-1.1
image: farmos/farmos:7.x-1.x
volumes:
- './.data/www:/var/www/html'