Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 1af305f

Browse files
committed
chores: move scripts/hive to its own folder
1 parent 5644077 commit 1af305f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

hack/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
ports:
4545
- 9083:9083
4646
volumes:
47-
- ./scripts/:/usr/local/scripts/
47+
- ./scripts/hive/:/usr/local/scripts/
4848
- ./configs/hive/:/opt/hive/conf/
4949
- warehouse_data:/data/warehouse
5050

@@ -59,7 +59,7 @@ services:
5959
- 10000:10000
6060
- 10002:10002 # WebUI
6161
volumes:
62-
- ./scripts/:/usr/local/scripts/
62+
- ./scripts/hive/:/usr/local/scripts/
6363
- ./configs/hive/:/opt/hive/conf/
6464
- warehouse_data:/data/warehouse
6565

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)