Skip to content

Commit 19062dc

Browse files
committed
3590: Updated templets with phpfpm user
1 parent 6e48e3d commit 19062dc

27 files changed

+34
-27
lines changed

templates/drupal-10/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
services:
33
phpfpm:
44
environment:

templates/drupal-10/docker-compose.redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
services:
33
nginx:
44
labels:

templates/drupal-10/docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
networks:
33
frontend:
44
external: true

templates/drupal-10/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
networks:
33
frontend:
44
external: true
@@ -31,6 +31,7 @@ services:
3131

3232
phpfpm:
3333
image: itkdev/php8.3-fpm:latest
34+
user: ${COMPOSE_USER:-deploy}
3435
networks:
3536
- app
3637
extra_hosts:

templates/drupal-7/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
services:
33
phpfpm:
44
environment:

templates/drupal-7/docker-compose.redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
services:
33
nginx:
44
labels:

templates/drupal-7/docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
networks:
33
frontend:
44
external: true

templates/drupal-7/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
networks:
33
frontend:
44
external: true
@@ -31,6 +31,7 @@ services:
3131

3232
phpfpm:
3333
image: itkdev/php7.4-fpm:latest
34+
user: ${COMPOSE_USER:-deploy}
3435
networks:
3536
- app
3637
extra_hosts:

templates/drupal-8/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
services:
33
phpfpm:
44
environment:

templates/drupal-8/docker-compose.redirect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# itk-version: 3.2.2
1+
# itk-version: 3.2.3
22
services:
33
nginx:
44
labels:

0 commit comments

Comments
 (0)