Skip to content

Commit b754410

Browse files
committed
remove the default value of COZE_LOOP_NGINX_DATA_VOLUME_NAME variable in docker-compose.yml
1 parent 7ef7563 commit b754410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)