~dricottone/container-images

ref: bea5baf47cb3d3cbac3ddffe32e35d334650a101 container-images/srht-todo-lmtp/README.md -rw-r--r-- 414 bytes
bea5baf4Dominic Ricottone sr.ht 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# srht-todo-lmtp


## Build and Deploy

```
make image
```


### Tags

 + `latest`

----

## Use

Deploy the LMTP server for a sr.ht system's issue tracker service.

The container needs to be have a sockets directory mounted.

```
$conman run --detach --name srht-todo-lmtp --restart always \
    --mount type=bind,src=$socksdir,dst=/var/socks \
    registry.intra.dominic-ricottone.com/srht-todo-lmtp:latest
```