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:
image: starrocks/fe-ubuntu:3.3-latest
env_file:
- .env
- ../.env
hostname: starrocks-fe
container_name: starrocks-fe
user: root
@ -84,7 +84,7 @@ services:
rest:
image: tabulario/iceberg-rest:latest
env_file:
- .env
- ../.env
container_name: iceberg-rest
networks:
iceberg_net: