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
2018-10-22 09:45:20 +02:00

10 lines
145 B
YAML

version: '2.3'
services:
apache:
build: ./
network_mode: bridge
ports:
- "80:80"
volumes:
- "../../:/var/www/html"