Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaxgeller/docker-lwan

Docker image for the lwan server
https://github.com/jaxgeller/docker-lwan

Last synced: 16 days ago
JSON representation

Docker image for the lwan server

Awesome Lists containing this project

README

        

# docker-lwan

Docker image for the [lwan server](https://github.com/lpereira/lwan)

### Use

Basic

```bash
docker run -d -p 8080:8080 jaxgeller/lwan
```

Custom Files

```bash
docker run -d -p 8080:8080 -v cwd:/lwan/wwwroot jaxgeller/lwan
```

Custom Config

```bash
docker run -d -p 8080:8080 -v cwd/lwan.conf:/lwan/lwan.conf jaxgeller/lwan
```

Custom Port

```bash
docker run -d -p 8080:443 jaxgeller/lwan -l '*:443'
```

### Details

Dockerfile exposes ports `80`, `443`, `8080`, and mounts volumes on `/lwan` and `/lwan/wwwroot`