Add the ability to run cpolis from docker

This commit is contained in:
2025-01-19 15:17:38 +01:00
parent 86a16629fd
commit 6885dfbb38
3 changed files with 35 additions and 2 deletions

View File

@ -51,8 +51,8 @@ func newConfig() *Config {
MaxImgWidth: 1920,
PDFDir: "/var/www/cpolis/pdfs",
PicsDir: "/var/www/cpolis/pics",
Port: ":8080",
Version: "v0.15.3",
Port: ":1664",
Version: "v0.16.0",
WebDir: "/var/www/cpolis/web",
}
}