Add mailhog
This commit is contained in:
parent
81f42e2ee2
commit
cef422a4ea
10 changed files with 95 additions and 1 deletions
4
ressources/mailhog/rootfs/DEBIAN/postinst
Executable file
4
ressources/mailhog/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
id mailhog &> /dev/null || useradd mailhog -r -s /bin/false -d /
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue