diff options
| author | crupest <crupest@outlook.com> | 2022-11-30 19:07:56 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-30 19:07:56 +0800 | 
| commit | 841d6a944613afe89f8db8617373a6fe498486b3 (patch) | |
| tree | 57ac65accf7da8f6986edb40ee01078e528a40ae /template/docker-compose.yaml.template | |
| parent | 2171f429e7c7511a4603dc41458cc09b11d9c517 (diff) | |
| download | crupest-841d6a944613afe89f8db8617373a6fe498486b3.tar.gz crupest-841d6a944613afe89f8db8617373a6fe498486b3.tar.bz2 crupest-841d6a944613afe89f8db8617373a6fe498486b3.zip  | |
Make hugo generate to another dir out of git.
Diffstat (limited to 'template/docker-compose.yaml.template')
| -rw-r--r-- | template/docker-compose.yaml.template | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index e6a43e9..083911d 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -38,7 +38,7 @@ services:      container_name: crupest-blog      restart: on-failure:3      volumes: -      - "blog-public:/blog" +      - "blog-public:/public"    nginx:      pull_policy: build  | 
