PHP 7.1 (PHP-FPM) + ImageMagick + Inkscape + FFmpeg
581
positron/php-image-video, positron/php-image-video:7, positron/php-image-video:7.1, positron/php-image-video:latest
Network Mode = host
docker-compose
php:
container_name: "php"
image: positron/php-image-video
environment:
- PHP_TIMEZONE=Asia/Bangkok
- PHP_PORT=9000
- PHP_STATUS_URL=/status
restart: always
privileged: true
volumes:
- /var/www:/var/www
network_mode: "host"
.
build
docker build -t positron/php-image-video -t positron/php-image-video:7 -t positron/php-image-video:7.1 -t positron/php-image-video:latest /var/www/.docker/php-image-video/ --no-cache=true
push
sudo docker push positron/php-image-video
.
Content type
Image
Digest
Size
279.9 MB
Last updated
about 9 years ago
docker pull positron/php-image-video