diff options
| author | crupest <crupest@outlook.com> | 2024-11-11 01:12:29 +0800 | 
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-01-20 22:54:25 +0800 | 
| commit | 907eff64f175822e1113887a8b547490dadf9687 (patch) | |
| tree | 572b99b62ea2edd2f2f34389b7d36d091b862546 /templates/docker-compose.yaml.template | |
| parent | 5c76a1257b4a058bf919af3e31cc9461a39c2f33 (diff) | |
| download | crupest-907eff64f175822e1113887a8b547490dadf9687.tar.gz crupest-907eff64f175822e1113887a8b547490dadf9687.tar.bz2 crupest-907eff64f175822e1113887a8b547490dadf9687.zip  | |
HALF WORK: 2024.1.20 - 3
Diffstat (limited to 'templates/docker-compose.yaml.template')
| -rw-r--r-- | templates/docker-compose.yaml.template | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template index cebdfb3..4ca1f1c 100644 --- a/templates/docker-compose.yaml.template +++ b/templates/docker-compose.yaml.template @@ -27,7 +27,7 @@ services:        - "443:443"        - "443:443/udp"      volumes: -      - "./nginx-config:/etc/nginx/conf.d:ro" +      - "./generated/nginx:/etc/nginx/conf.d:ro"        - "./data/certbot/certs:/etc/letsencrypt:ro"        - "./data/certbot/webroot:/srv/acme:ro"        - "blog-public:/srv/www/blog:ro" @@ -44,7 +44,7 @@ services:      container_name: v2ray      command: [ "run", "-c", "/etc/v2fly/config.json" ]      volumes: -      - "./v2ray-config.json:/etc/v2fly/config.json:ro" +      - "./generated/v2ray-config.json:/etc/v2fly/config.json:ro"      restart: on-failure:3    auto-certbot: @@ -97,7 +97,7 @@ services:      # you can assign this entirely to `hostname` and remove `domainname`.      hostname: mail      domainname: $CRUPEST_DOMAIN -    env_file: mailserver.env +    env_file: generated/mailserver.env      # More information about the mail-server ports:      # https://docker-mailserver.github.io/docker-mailserver/edge/config/security/understanding-the-ports/      # To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks.  | 
