bitnami-containers/bitnami/php-fpm/8.2/debian-12/docker-compose.yml

14 lines
296 B
YAML

# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
php:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/php-fpm:8.2
ports:
- 9000:9000
volumes:
- .:/app