Skip to content

Commit

Permalink
feat: PHP 增加扩展目录
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Nov 6, 2023
1 parent 3ee95db commit d8b0331
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docker-registry/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ additionalProperties:
- DevOps
shortDescZh: Docker 镜像存储库
shortDescEn: A storage and distribution system for named Docker images
type: runtime
type: tool
crossVersionUpdate: false
limit: 1
recommend: 0
Expand Down
2 changes: 1 addition & 1 deletion apps/nexus/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ additionalProperties:
- DevOps
shortDescZh: 开源的软件制品库
shortDescEn: An open source repository for build artifacts
type: runtime
type: tool
crossVersionUpdate: false
limit: 1
recommend: 0
Expand Down
1 change: 1 addition & 0 deletions apps/php5/5.4.45/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php5/5.5.38/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php5/5.6.40/build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- ${PHP_FPM_CONF_FILE}:/usr/local/etc/php-fpm.d/www.conf
- ${PHP_LOG_DIR}:/var/log/php
- ${DATA_DIR}/composer:/tmp/composer
- ./extensions:/php/extensions
restart: always
cap_add:
- SYS_PTRACE
1 change: 1 addition & 0 deletions apps/php7/7.0.33/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php7/7.1.33/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php7/7.2.34/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php7/7.3.33/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php7/7.4.33/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php8/8.0.30/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php8/8.1.23/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down
1 change: 1 addition & 0 deletions apps/php8/8.2.10/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:
Expand Down

0 comments on commit d8b0331

Please sign in to comment.