farmOS 7.x-1.0-beta18.

This commit is contained in:
Michael Stenta 2018-05-18 10:36:01 -04:00
parent 976c913305
commit 8542f7e0f8
2 changed files with 6 additions and 6 deletions

View File

@ -12,8 +12,8 @@ includes[] = drupal-org-core.make
; ----------------------------------------------------------------------------- ; -----------------------------------------------------------------------------
projects[farm][type] = profile projects[farm][type] = profile
;projects[farm][version] = 1.0-beta18 projects[farm][version] = 1.0-beta18
projects[farm][download][type] = git ;projects[farm][download][type] = git
projects[farm][download][url] = http://git.drupal.org/project/farm.git ;projects[farm][download][url] = http://git.drupal.org/project/farm.git
projects[farm][download][branch] = 7.x-1.x ;projects[farm][download][branch] = 7.x-1.x

View File

@ -15,8 +15,8 @@ services:
www: www:
depends_on: depends_on:
- db - db
# image: farmos/farmos:7.x-1.0-beta18 image: farmos/farmos:7.x-1.0-beta18
image: farmos/farmos:7.x-1.x # image: farmos/farmos:7.x-1.x
volumes: volumes:
- './.data/www:/var/www/html' - './.data/www:/var/www/html'
links: links: