Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1008 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 1008 Bytes

pwm

Lightweight and updated PWM Password Manager container. This container uses the onejar version of the PWM Project. Any questions about the PWM Project should be search here.

How to use

docker run --name pwm \
           -p 8443:8443 \
           -v /etc/localtime:/etc/localtime \
           -v ./config:/config \
           -d lucasdiedrich/pwm

Special Volumes

Volume Info
/config All config files used by PWM
/etc/localtime To set container clock as the host clock

LIBS Version

These are the version of the package used by the container.

NAME Info
PWM Version pwm-onejar-2.0.3.jar
RELEASE_DATE Released July 30, 2022

References

This project contains part of code taken or similar from fjudith container Dockerfile.

License

MIT © Lucas Diedrich