Skip to content

Commit

Permalink
Merge pull request #102 from WSMathias/ezcontent8
Browse files Browse the repository at this point in the history
Fix chown service command
  • Loading branch information
AshishThakur committed Jul 9, 2020
2 parents b9f097d + 961ffdb commit e180516
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion starterkits/drupal8-php-fpm-apache/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
container_name: ${PROJECT_NAME}_chown
entrypoint: [ "bash", "-c"]
command:
- "chown -R continua:continua /app/{vendor,web/core}"
- "chown -R continua:continua /app"
user: root
volumes: *app-volumes
#---------------------------------- php cli -----------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion starterkits/drupal8-php-fpm-nginx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
container_name: ${PROJECT_NAME}_chown
entrypoint: [ "bash", "-c"]
command:
- "chown -R continua:continua /app/{vendor,web/core}"
- "chown -R continua:continua /app"
user: root
volumes: *app-volumes
#---------------------------------- php cli -----------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion starterkits/drupal9-php-fpm-apache/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
container_name: ${PROJECT_NAME}_chown
entrypoint: [ "bash", "-c"]
command:
- "chown -R continua:continua /app/{vendor,web/core}"
- "chown -R continua:continua /app"
user: root
volumes: *app-volumes
#---------------------------------- php cli -----------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion starterkits/drupal9-php-fpm-nginx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
container_name: ${PROJECT_NAME}_chown
entrypoint: [ "bash", "-c"]
command:
- "chown -R continua:continua /app/{vendor,web/core}"
- "chown -R continua:continua /app"
user: root
volumes: *app-volumes
#---------------------------------- php cli -----------------------------------------#
Expand Down
2 changes: 1 addition & 1 deletion starterkits/ezcontent8-php-fpm-apache/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
container_name: ${PROJECT_NAME}_chown
entrypoint: [ "bash", "-c"]
command:
- "chown -R continua:continua /app/vendor ${DOC_ROOT}"
- "chown -R continua:continua /app"
user: root
volumes: *app-volumes
#---------------------------------- php cli -----------------------------------------#
Expand Down

0 comments on commit e180516

Please sign in to comment.