From 50c5ee228c149319faaf9f4213dc74cf01c7a66b Mon Sep 17 00:00:00 2001 From: liuyx Date: Mon, 2 Sep 2024 19:19:51 +0800 Subject: [PATCH] feat: update --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 9e66205..7b90cf8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -24,6 +24,6 @@ services: - CDN=www.csgo.com - ARGO_DOMAIN=${IP_ADDR} - ARGO_AUTH='' - # volumes: - # - ./nginx/etc:/etc/nginx - # - ./nginx/logs:/var/lib/nginx/logs \ No newline at end of file + volumes: + - ./nginx/etc:/etc/nginx + - ./nginx/logs:/var/lib/nginx/logs \ No newline at end of file