2023-01-25 19:37:19 +02:00
|
|
|
version: '3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
lighttpd:
|
|
|
|
container_name: lighttpd
|
|
|
|
image: sebp/lighttpd
|
|
|
|
volumes:
|
2023-06-19 19:21:24 +03:00
|
|
|
- ./htdocs:/var/www/localhost/htdocs
|
2023-01-25 19:37:19 +02:00
|
|
|
- ./config:/etc/lighttpd
|
|
|
|
ports:
|
2023-06-19 19:21:24 +03:00
|
|
|
- "8088:80"
|
2023-01-25 19:37:19 +02:00
|
|
|
tty: true
|