mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Update Docker images in configuration files to use 'php:fpm' instead of 'php:fpm-alpine3.19'
This commit is contained in:
parent
fa370f39b3
commit
c4cce2a1ac
6 changed files with 12 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue