Skip to content

Commit da8fa21

Browse files
freemelsy357
andauthored
[fix][infra] Fix nginx data volume name (#182)
* Fix nginx data volume name in .env configuration * remove the default value of COZE_LOOP_NGINX_DATA_VOLUME_NAME variable in docker-compose.yml * fix(infra): reset COZE_LOOP_NGINX_DATA_VOLUME_NAME --------- Co-authored-by: liushengyang <43166110+lsy357@users.noreply.github.com>
1 parent d832d01 commit da8fa21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

release/deployment/docker-compose/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ COZE_LOOP_NGINX_IMAGE_REPOSITORY=library
6565
COZE_LOOP_NGINX_IMAGE_NAME=nginx
6666
COZE_LOOP_NGINX_IMAGE_TAG=1.28.0
6767
COZE_LOOP_NGINX_PORT=8082
68-
COZE_LOOP_NGINX_DATA_VOLUME_NAME=coze-loop-nginx-data
68+
COZE_LOOP_NGINX_DATA_VOLUME_NAME=coze-loop-nginx-data

release/deployment/docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ volumes:
311311
rmq_broker_data:
312312
name: coze-loop_rocketmq_broker_data
313313
nginx_data:
314-
name: ${COZE_LOOP_NGINX_DATA_VOLUME_NAME:-coze-loop_nginx_data}
314+
name: ${COZE_LOOP_NGINX_DATA_VOLUME_NAME}
315315

316316
networks:
317317
coze-loop-network:

0 commit comments

Comments
 (0)