fotostore/public/file_uploader/server/php/docker-compose.yml
Denis Fedoseev bc94cf961d + js file uploader
+ basic rotation handle
2017-07-19 15:43:05 +09:00

6 lines
83 B
YAML
Executable file

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