Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 321 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 321 Bytes

Webserver

  1. Create /home/donkesport/data folder
  2. Alter nomad client configuration :
vim /etc/nomad.d/client.hcl
        host_volume "website-data" {
                path = "/home/donkesport/data/website"
                read_only = false
        }
  1. Copy webserver data to /home/donkesport/data/website