diff options
author | crupest <crupest@outlook.com> | 2024-11-11 01:12:29 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-20 23:24:41 +0800 |
commit | 90a72d2d7ed4a5eadfe36f62d81f26ca3324e49b (patch) | |
tree | 0e5241878de3fc7cd36e4e5bcd2eac3ae1b063f6 /templates/docker-compose.yaml.template | |
parent | 907eff64f175822e1113887a8b547490dadf9687 (diff) | |
download | crupest-90a72d2d7ed4a5eadfe36f62d81f26ca3324e49b.tar.gz crupest-90a72d2d7ed4a5eadfe36f62d81f26ca3324e49b.tar.bz2 crupest-90a72d2d7ed4a5eadfe36f62d81f26ca3324e49b.zip |
HALF WORK: 2024.1.20 - 4
Diffstat (limited to 'templates/docker-compose.yaml.template')
-rw-r--r-- | templates/docker-compose.yaml.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template index 4ca1f1c..f2188e1 100644 --- a/templates/docker-compose.yaml.template +++ b/templates/docker-compose.yaml.template @@ -27,7 +27,8 @@ services: - "443:443" - "443:443/udp" volumes: - - "./generated/nginx:/etc/nginx/conf.d:ro" + - "./generated/nginx/conf.d:/etc/nginx/conf.d:ro" + - "./generated/nginx/common:/etc/nginx/common:ro" - "./data/certbot/certs:/etc/letsencrypt:ro" - "./data/certbot/webroot:/srv/acme:ro" - "blog-public:/srv/www/blog:ro" |