privatebin/examples/00-phpinfo/docker-compose.yml

9 lines
151 B
YAML
Raw Normal View History

version: '3'
services:
backend:
build: ../../
volumes:
- './index.php:/var/www/index.php'
ports:
- '80:80'