gists/lighttpd

By gists

Updated over 1 year ago

lighttpd based on alpine

Image
2

100K+

gists/lighttpd repository overview

Environment:
EnvironmentVariableDefault value
UIDuser id100
GIDgroup id101
Volume
  • /var/www
Custom usage:
docker run -d --name lighttpd -p 80:80 gists/lighttpd
Compose:
lighttpd:
    image: gists/lighttpd
    ports:
        - "80:80"
    volumes:
        - ./path:/var/www
    restart: always

Tag summary

Content type

Image

Digest

sha256:d3f79109d

Size

5.1 MB

Last updated

over 1 year ago

docker pull gists/lighttpd