mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-05 17:09:34 +00:00
15 lines
267 B
YAML
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 |