Update Docker images in configuration files to use 'php:fpm' instead of 'php:fpm-alpine3.19'

This commit is contained in:
Théophile Diot 2024-12-27 11:04:40 +01:00
parent fa370f39b3
commit c4cce2a1ac
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
6 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
services:
myapp1:
image: php:fpm-alpine3.19
image: php:fpm
networks:
bw-services:
aliases:
@ -19,7 +19,7 @@ services:
- bunkerweb.REMOTE_PHP_PATH=/app
myapp2:
image: php:fpm-alpine3.19
image: php:fpm
networks:
bw-services:
aliases:
@ -36,7 +36,7 @@ services:
- bunkerweb.REMOTE_PHP_PATH=/app
myapp3:
image: php:fpm-alpine3.19
image: php:fpm
networks:
bw-services:
aliases:

View file

@ -51,7 +51,7 @@ services:
- bw-universe
myapp1:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly
@ -62,7 +62,7 @@ services:
- bw-services
myapp2:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly
@ -73,7 +73,7 @@ services:
- bw-services
myapp3:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly

View file

@ -44,7 +44,7 @@ services:
- bw-universe
myphp:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly

View file

@ -1,6 +1,6 @@
services:
myapp1:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly
@ -17,7 +17,7 @@ services:
- bunkerweb.REMOTE_PHP_PATH=/app
myapp2:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly

View file

@ -47,7 +47,7 @@ services:
- bw-universe
myapp1:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly
@ -58,7 +58,7 @@ services:
- net-app1
myapp2:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly

View file

@ -42,7 +42,7 @@ services:
- bw-universe
myphp:
image: php:fpm-alpine3.19
image: php:fpm
# ⚠️ UID and GID of BunkerWeb (101:101) and php:fpm (33:33) are not the same ⚠️
# but both needs access to the files and folders of web-files
# don't forget to edit the permissions of the files and folders accordingly