Sign inSign up

adxing/php84-env

By adxing

Updated about 1 month ago

基于php:8.4-apache-trixie

Image
0

2.3K

adxing/php84-env repository overview

基于php:8.4-apache-trixie

已安装扩展
bcmath
calendar
exif
gd
intl
mysqli
pdo_mysql
sockets
zip
soap
ftp
已启用扩展
opcache
开启 Apache 伪静态 + 修复 ServerName 警告
网站目录 /var/www/html
命令行
docker run -itd --restart always --name php84-env -p 80:80 -v /opt/html:/var/www/html adxing/php84-env:latest
docker compose
version: '3'
services:
  php84-env:
    image: adxing/php84-env:latest
    container_name: php84-env
    network_mode: "bridge"
    ports:
      - "80:80"
    volumes:
      - "./html:/var/www/html"
    restart: always

Tag summary

Content type

Image

Digest

sha256:2ac659a6b

Size

188.6 MB

Last updated

about 1 month ago

docker pull adxing/php84-env