Lines Matching refs:Change

17       - "80:80"    # OPTIONAL: Change "left" number to use different port
18 - "443:443" # OPTIONAL: Change "left" number to use different port
23 - "/path/to/certs:/etc/nginx/certs:ro" # REQUIRED: Change "left" path
24 - "/path/to/htpasswd:/etc/nginx/htpasswd" # REQUIRED: Change "left" path
36 …- "/path/to/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro" # REQUIRED: Change "left" path. Se…
40 …- "/path/to/certs:/etc/nginx/certs:ro" # REQUIRED: Change "left" path. Use the same path as in ngi…
41 …- "/path/to/htpasswd:/etc/nginx/htpasswd" # REQUIRED: Change "left" path. Use the same path as in …
59 …- "/path/to/certs:/etc/nginx/certs:rw" # REQUIRED: Change "left" path. Use the same path as in ngi…
60 …- "/path/to/htpasswd:/etc/nginx/htpasswd" # REQUIRED: Change "left" path. Use the same path as in …
72 - MAXPOST=30M # OPTIONAL: Change value to allow upload of bigger/smaller files
73 - MAXFILE=30M # OPTIONAL: Change value to allow upload of bigger/smaller files
84 - /path/to/data:/dokuwiki/data # REQUIRED: Change "left" path
85 - /path/to/conf:/dokuwiki/conf # REQUIRED: Change "left" path
86 - /path/to/plugins:/dokuwiki/lib/plugins # REQUIRED: Change "left" path
87 - /path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
88 - /path/to/logs:/var/log # REQUIRED: Change "left" path
92 - VIRTUAL_HOST=subdomain.domain.org # REQUIRED: Change to meet your needs
96 - LETSENCRYPT_HOST=subdomain.domain.org # REQUIRED: Change to meet your needs
97 - LETSENCRYPT_EMAIL=mail@domain.org # REQUIRED: Change to meet your needs