Files
containers/bitnami/php-fpm/docker-compose.yml
2024-11-26 11:35:23 +01:00

12 lines
278 B
YAML

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