From 907eff64f175822e1113887a8b547490dadf9687 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.1.20 - 3 --- templates/docker-compose.yaml.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/docker-compose.yaml.template') 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. -- cgit v1.2.3