This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/library/blueimp_upload/server/php/docker-compose.yml
2017-06-26 17:32:38 -07:00

7 lines
83 B
YAML

apache:
build: ./
ports:
- "80:80"
volumes:
- "../../:/var/www/html"