diff --git a/docker-compose.yaml b/docker-compose.yaml index c67eaf5..46734b3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,7 +17,7 @@ services: template: image: iqtlabs/edgetech-template:latest build: - context: ./ + context: ./template dockerfile: ./Dockerfile restart: unless-stopped depends_on: @@ -28,4 +28,4 @@ services: max-size: "10M" max-file: "10" env_file: - - template.env \ No newline at end of file + - template.env