Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 578 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 578 Bytes

Description

r³k.io

https://r3k.io

SSL

Docker

Build

mvn clean package docker:build

Pull

docker pull r3kdotio/r3kdotio

Run HTTP

docker run --name website -p -d 80:8080 r3kdotio/io.r3k.r3kdotio

Run HTTPS

docker run -v /etc/letsencrypt/www.r3k.io/live/:/etc/letsencrypt/www.r3k.io/live --name website -d -p 443:8443 r3kdotio/r3kdotio /etc/letsencrypt/www.r3k.io/live/keystore.p12 YOURPASSWORDNOTMINE