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

Latest commit

 

History

History
5 lines (5 loc) · 165 Bytes

container.md

File metadata and controls

5 lines (5 loc) · 165 Bytes

Build container: cd .. sudo docker build website -t website Run Container sudo docker run -d -p 80:80 -p 443:443 -v caddy_data:/data -v caddy_config:/config website