docker-compose.yml 289 B

1234567891011
  1. # Copyright Broadcom, Inc. All Rights Reserved.
  2. # SPDX-License-Identifier: APACHE-2.0
  3. services:
  4. php:
  5. tty: true # Enables debugging capabilities when attached to this container.
  6. image: docker.io/bitnami/php:8.1
  7. ports:
  8. - 9000:9000
  9. volumes:
  10. - .:/app