summaryrefslogtreecommitdiff
path: root/config.env
diff options
context:
space:
mode:
Diffstat (limited to 'config.env')
-rw-r--r--config.env3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.env b/config.env
index 417ce14..0f623f9 100644
--- a/config.env
+++ b/config.env
@@ -10,7 +10,8 @@ NETWORK=public-routed
10 10
11# Paths (inside container) 11# Paths (inside container)
12GIT_PATH=/git 12GIT_PATH=/git
13XDG_DATA_HOME=/data # mounted as caddy_data volume, stores SSL certs 13# Caddy stores SSL certs here, mounted as ${CONTAINER_NAME}_data volume
14XDG_DATA_HOME=/data
14CGIT_CSS=/cgit.css 15CGIT_CSS=/cgit.css
15CGIT_LOGO=/cgit.png 16CGIT_LOGO=/cgit.png
16FCGI_SOCK=/run/fcgiwrap.sock 17FCGI_SOCK=/run/fcgiwrap.sock