version: '3' services: lighttpd: container_name: lighttpd image: sebp/lighttpd volumes: - ./htdocs:/var/www/localhost/htdocs - ./config:/etc/lighttpd ports: - "8088:80" tty: true