1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 17:09:34 +00:00
single_php_filehost/docker-compose.yml
2021-12-12 15:51:13 +05:00

15 lines
267 B
YAML

version: '3'
services:
app:
image: "lightphp"
container_name: lightphp
restart: always
ports:
- "80:80"
volumes:
- ./files:/var/www/files
# OR
#- ./www:/var/www
#- ./lighttpd:/etc/lighttpd
#- ./php7:/etc/php7