mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 07:27:54 +08:00
14 lines
196 B
YAML
14 lines
196 B
YAML
version: '2'
|
|
|
|
services:
|
|
phpfpm:
|
|
image: 'bitnami/php-fpm:latest'
|
|
ports:
|
|
- '9000:9000'
|
|
volumes:
|
|
- 'phpfpm_data:/bitnami/php-fpm'
|
|
|
|
volumes:
|
|
phpfpm_data:
|
|
driver: local
|