path fix on env

This commit is contained in:
Dallin Bentley 2024-09-11 11:27:45 -06:00
parent b697049a65
commit 14d801f44a
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
starrocks-fe: starrocks-fe:
image: starrocks/fe-ubuntu:3.3-latest image: starrocks/fe-ubuntu:3.3-latest
env_file: env_file:
- .env - ../.env
hostname: starrocks-fe hostname: starrocks-fe
container_name: starrocks-fe container_name: starrocks-fe
user: root user: root
@ -84,7 +84,7 @@ services:
rest: rest:
image: tabulario/iceberg-rest:latest image: tabulario/iceberg-rest:latest
env_file: env_file:
- .env - ../.env
container_name: iceberg-rest container_name: iceberg-rest
networks: networks:
iceberg_net: iceberg_net: