Skip to content

Commit

Permalink
run apache as the buildkit user and switch to amp's 'none' permission…
Browse files Browse the repository at this point in the history
… scheme
  • Loading branch information
michaelmcandrew committed Apr 2, 2018
1 parent e81d2fb commit dd194d9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion civicrm/amp.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
version: 2
db_type: mysql_dsn
mysql_dsn: 'mysql://root:buildkit@mysql:3306'
perm_type: linuxAcl
perm_type: none
perm_user: www-data
hosts_type: file
httpd_type: apache24
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ version: '3.4'
services:

civicrm:
image: michaelmcandrew/civicrm
build: civicrm
hostname: civicrm
environment:
TERM: xterm-color
APACHE_RUN_USER: buildkit
links:
- mysql
ports:
Expand Down
2 changes: 1 addition & 1 deletion publish/civicrm/php5.6/amp.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
version: 2
db_type: mysql_dsn
mysql_dsn: 'mysql://root:buildkit@mysql:3306'
perm_type: linuxAcl
perm_type: none
perm_user: www-data
hosts_type: file
httpd_type: apache24
Expand Down
2 changes: 1 addition & 1 deletion publish/civicrm/php7.0/amp.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
version: 2
db_type: mysql_dsn
mysql_dsn: 'mysql://root:buildkit@mysql:3306'
perm_type: linuxAcl
perm_type: none
perm_user: www-data
hosts_type: file
httpd_type: apache24
Expand Down
2 changes: 1 addition & 1 deletion publish/civicrm/php7.1/amp.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
version: 2
db_type: mysql_dsn
mysql_dsn: 'mysql://root:buildkit@mysql:3306'
perm_type: linuxAcl
perm_type: none
perm_user: www-data
hosts_type: file
httpd_type: apache24
Expand Down
2 changes: 1 addition & 1 deletion publish/civicrm/php7.2/amp.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
version: 2
db_type: mysql_dsn
mysql_dsn: 'mysql://root:buildkit@mysql:3306'
perm_type: linuxAcl
perm_type: none
perm_user: www-data
hosts_type: file
httpd_type: apache24
Expand Down
2 changes: 1 addition & 1 deletion publish/templates/civicrm/amp.services.yml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
version: 2
db_type: mysql_dsn
mysql_dsn: 'mysql://root:buildkit@mysql:3306'
perm_type: linuxAcl
perm_type: none
perm_user: www-data
hosts_type: file
httpd_type: apache24
Expand Down

0 comments on commit dd194d9

Please sign in to comment.